Hello,
I'm going to develop an application with emWin using an RGB display which pixel dimensions is 240 x 320 and its display controller is the Sitronix ST7789V while the data communication will be made through the 8080 parallel interface.
Reading the ST7789V I found out that on the chip a display RAM is included (240 x 320 x 18bits) and I also read, on the emWin manual, that the ST7789V controller is supported for the drivers GUIDRV_CompactColor_16 and for the GUIDRV_FlexColor.
Does this mean that I do not need to reserve a frame/frames RAM memory (even though I have to assign some RAM to emWin library)? Or emWin requires some internal frame buffer to improve performances?
What will be the steps to configure emWin (STemWin in my case as I will use an STM32)? I'm still a bit confused on what I should do...
If you also have some example code for the configuration it will be highly appreciated.
Thank you!
Regards,
Mark
I'm going to develop an application with emWin using an RGB display which pixel dimensions is 240 x 320 and its display controller is the Sitronix ST7789V while the data communication will be made through the 8080 parallel interface.
Reading the ST7789V I found out that on the chip a display RAM is included (240 x 320 x 18bits) and I also read, on the emWin manual, that the ST7789V controller is supported for the drivers GUIDRV_CompactColor_16 and for the GUIDRV_FlexColor.
Does this mean that I do not need to reserve a frame/frames RAM memory (even though I have to assign some RAM to emWin library)? Or emWin requires some internal frame buffer to improve performances?
What will be the steps to configure emWin (STemWin in my case as I will use an STM32)? I'm still a bit confused on what I should do...
If you also have some example code for the configuration it will be highly appreciated.
Thank you!
Regards,
Mark