RobertoBenjami/stm32_graphics_display_drivers

ili9488 + stm32f103ret6

clear-sky opened this issue · 1 comments

hi
thanks for your great work for beginners(as me!)
i am trying to run ili9488 on f103re(8 bit parallel) with your youtube film but no success
i think you have forgotten to add setup pin configurations (gpio output on video)
this is my setup
d0-d7 > pin c0 to c7
rd > pin c8
wr > pin c9
cs > pin c10
rs > pin c11
rst > pin c12
i set all pins as out put except c8 (it is input)
compile give me no error but no success in action
i use stm32cube ide in linuxmint