2024-11-20 04:42 AM
Dear all!
i need help, I try to fill Screen in Red, but can't. I download library from GitHub. I don't know how to fix it. i attach original library, i disable 1 line in C file. Pin PB7 control 1 led and it blink as my expect, can you help share me how ti fix this issue.
2024-11-22 04:23 AM
Hello @khanhcong861989 ,
A blinky example and using a screen are not the same level of difficulty.
You will have to read a lot of documentation and try a few different things before it works I guess.
That being said, let me help you the best I can.
If you want to use TouchGFX to create a GUI, please, start by reading our documentation and more specificaly, you should read the board bring up guide .
Once you correctly setup your board, you can try to fill the screen to red : display framebuffer .
If you do not want to use TouchGFX, then you should just use your screen's library.
To do so, look at resources online, there is plenty of various quality :
Overall, if you want me to help you, you should prove more information about your project:
I hope this helps! :smiling_face_with_smiling_eyes:
Regards,