Skip to content

mean00/ln_rust_ili9341_demo

Repository files navigation

This is a small demo to drive ILI9341/ST7735/ST889 from a GD32/STM32/CH32/RP2040 over SPI in rust

The different screens only differ by their init file , containing the init sequence.

The overall layout is :

demo app => ILI9341 => ILI9341_access (SPI) => rArduino/SPI

The build_default.cmake contains the current target (GD32/STM32/RP2040)

There is a small demo video in the web folder

The actual rust demo is in simplerILI9341/rust/demo_xxxx/rs/src/app.rs

The difference between the different demos are:

  • the chip id (ILI/ST7735)
  • the init sequence
  • the screen Width/height

Releases

No releases published

Packages

No packages published