2021-08-17 02:28 PM
I recently purchased the display module wanting to get started with embedded GUI, however I was met with not much support on getting the framebuffer onto the display itself. I was wonder if anybody has this working as the display says it's compatible with my nucleo
https://drive.google.com/file/d/1nI3OA-nO9YDDNtU6NOXLNL5GUQSJR_ms/view?usp=sharing
2021-08-18 09:15 PM
Hello NJohn.4,
Porting it, should be fairly achievable since almost the entire code of the G0 Board Setup code (found in TouchGFX Designer) can be reused. Simply changing the pins accordingly (if necessary) should be the only thing you need to do (drivers and TouchGFX_HAL are the exact same).
/Alexandre
2021-08-19 10:57 AM
So I just need to go into TouchGFX and select the example project, but how would I port it over?
2021-08-19 09:12 PM
Hello NJohn.4,
Like any porting ^^
/Alexandre