Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show picture #16

Open
emid-alipour opened this issue Jun 26, 2024 · 1 comment
Open

show picture #16

emid-alipour opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@emid-alipour
Copy link

emid-alipour commented Jun 26, 2024

Hi,
how can i show 64*44 image in red color and show text behind it in green color?
do you have any sample?
Regards.

@RoCorbera
Copy link
Owner

64 is a 8 bits x 8 characters.
44 is a 8 bits x 6 characters (with extra 4 bit in this case).
each bit is a pixel. Every 8x8 bits is a character bit map that has a foreground and backgroung color.

Therefore, it shall be something like this:
Based on this example https://github.com/RoCorbera/BlueVGA/tree/master/examples/graphDemo_SineCurve
I have added another example in
https://github.com/RoCorbera/BlueVGA/blob/master/examples/Simple_Image/Simple_Image.ino

@RoCorbera RoCorbera added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants