littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

F4 lcd #336

Open luka177 opened 1 year ago

luka177 commented 1 year ago

Some notes: This commit implements driver for ILI9341 found on stm32f429-DISCO1. It is based on stm32 original driver and f7 eval driver from lk, both are mentioned in source file. It is tested and seems to init display as excepted. It is not fully working, as sdram is not yet up with lk on this board so i cant test layers and framebuffer. Somr functionality of original st driver was removed, such as: second layer, drawing simple shapes, drawing bitmaps as ibelive those must be implemented on lk side, right?

luka177 commented 1 year ago

Tested with https://github.com/littlekernel/lk/pull/338 for now didn't bring up gfx stuff just run memtest and got changing colors on screen.

travisg commented 1 year ago

Okay I merged and pushed the library this is built on. Can you rebase and do a pass over the comments above?

luka177 commented 1 year ago

Sure, will do