TheNuclearDart / bringup

STM32F7 discovery board bringup
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bringup LCD #9

Open TheNuclearDart opened 2 years ago

TheNuclearDart commented 2 years ago

Get the LCD to do something, not sure what, but try and draw something on it.

An LCD task is also probably required and a part of this.

TheNuclearDart commented 2 years ago

LCD task is implemented

TheNuclearDart commented 2 years ago

TouchGFX is not compatible with MacOS, which my current dev computer is

TheNuclearDart commented 5 months ago

This is working, but is only drawing a basic image on screen. This is probably enough for this issue, but in order to do things like run LVGL benchmark, we need to move the image to QSPI FLASH. Right now we're going to hit the limits of our internal flash space quickly.

TheNuclearDart commented 5 months ago

Also, LVGL was used just to use something less proprietary.