Replies: 2 comments 1 reply
-
See this example for a possible approach: |
Beta Was this translation helpful? Give feedback.
0 replies
-
The easy way to convert a bmp format image to a C array for inclusion in the above sketch is to use the tool here: https://notisrac.github.io/FileToCArray/ Example settings to generate the right file format: The line to display that particular array would then be: tft.pushImage(0, 0, TIGER_WIDTH, TIGER_HEIGHT, Tiger); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI team,
I am new to this Arduino platform. i need to print the Bluetooth symbol on 1.3 inch st7789 lcd. how to print that one.
please provide some guidance or help to achieve this one.
thanks
Beta Was this translation helpful? Give feedback.
All reactions