RobertoBenjami / stm32_graphics_display_drivers

STM32 LCD drivers (currently: spi(dma), gpio, fsmc(dma), st7735, st7783, ili9325, ili9328, ili9341, ili9486, ili9488, hx8347g)
561 stars 110 forks source link

Driver integration with STemWin library #24

Closed iTano86 closed 2 years ago

iTano86 commented 3 years ago

Hello Roberto. First of all I want to thank you for sharing your drivers. They are really very useful. At the moment I'm using the driver for ILI9486 with an F446RE nucleo board (8 bit parallel with Touch screen) and it works perfectly. However, I cannot integrate your drivers with the STemWin library. Could you help me? Thanks again

RobertoBenjami commented 3 years ago

The stemwin library is not open source. It only has headers and a library. This makes it very difficult to fit.

iTano86 commented 3 years ago

Roberto thank you for your reply. I apologize for having replied late (unfortunately I had some problems that did not allow me to stay at the PC in the previous days); I integrated, in some way, the Stemwin library but the functioning is not optimal. I will try to create a simple GUI using the functions built into your firmware. Thanks again