Updated the README file

This commit is contained in:
Anatole SCHRAMM 2022-12-12 13:34:54 +01:00
parent 602db72aad
commit a94ee14b2f

View File

@ -89,8 +89,12 @@ Requirements : 4 line serial interface in 8 bit mode with a dedicated Data/Comma
## What is done/working so far :
* LVGL 8.3.3 running on the SOC using DMA.
* Supported LCD drivers : ILI9341 with D/C pin and ST7789 with D/C pin
* Two screens designed and working with LVGL : 1 watch face based on a casio watch and a menu list with icons.
* Supported LCD drivers :
* ILI9341 in 4-line serial mode (8 bits) with D/C pin
* ST7789 in 4-line serial mode (8 bits) with D/C pin
* Two screens designed and working with LVGL :
* 1 watch face based on a casio watch
* 1 menu list with icons.
## To do :
* Write I2C drivers for the BMA456, BMP280 and HMC5883L.