mean00 / ln_rust_ili9341_demo

RP2040+RUST+ILI9341/ST7735

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RP2040+RUST+ILI9341/ST7735


Languages

Language:CMake 94.7%Language:C++ 5.3%