mmoskal / uf2-stm32f

UF2 bootloader for STM32F4
Other
114 stars 62 forks source link

about the ILI9341 parallel 8bit screen #13

Closed wbbw55 closed 4 years ago

wbbw55 commented 4 years ago

Hi~~~I tested f412 with the big screen but no any display, because there is no 8-bit parallel screen driver for ILI9341(320x240).

mmoskal commented 4 years ago

Correct, it's not implemented yet. PRs are welcome!

wbbw55 commented 4 years ago

ok I already do some code, the pr will post after some test done.;)

wbbw55 commented 4 years ago

Hi, I forked the project and added driver code for ili9341 parallel 8bit screen: https://github.com/wbbw55/uf2-stm32f-ili9341p8

mmoskal commented 4 years ago

looks good, PRs are welcome!