# rpi-sysinfo-display-rust **Repository Path**: sndnvaps/rpi-sysinfo-display-rust ## Basic Information - **Project Name**: rpi-sysinfo-display-rust - **Description**: 树莓派 openwrt 使用rust驱动 0.96寸 i2c oled(驱动芯片为 ssd1306) - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-27 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 0.96 inch i2c oled, chipset is ssd1306 , size: 128x64 openwrt rpi need to install zoneinfo-asia first $opkg install zoneinfo-asia $cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime $touch /etc/timezone $echo 'Asia/Shanghai' > /etc/timezone modify /etc/config/system set zonename to 'Asia/Shanghai' set timezone to 'CST-8' or 'UTC-8' cross compile in host $cargo build --release --target=aarch64-unknown-linux-musl use cargo-make to build the project $cargo install --force cargo-make $cargo make build