Skip to content

Display driver example on the stm32f407g-disc1 for a display with a ssd2119 controller. Using some stuff from the stm32-rs/stm32f407g-disc repo.

License

Notifications You must be signed in to change notification settings

J0hn-Lawrence/stm32f407g-disc1_rust-display-2119

Repository files navigation

Read here first

Display driver for a SSD2119 display controller using Rust on the STM32F407G-DISC1 board.

Building the examples:


The display example can be built with cargo:

$ cargo build --release --example display

Flashing the examples:


  • Plug in the board via USB. The board should show up as a USB mass storage device.
  • Drag and drop the binary file from the target directory to mounted directory of the board.
  • The binary should be at target/thumbv7em-none-eabihf/release/examples/display.
  • The round multi LED near the USB connector should start blinking. When it stops blinking, the binary has been flashed.
  • Unplug the board and plug it back in. The flashed binary should now be running.

License


The same license as the original repository ( https://github.com/stm32-rs/stm32f407g-disc ):

0-clause BSD license.

About

Display driver example on the stm32f407g-disc1 for a display with a ssd2119 controller. Using some stuff from the stm32-rs/stm32f407g-disc repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published