-
Notifications
You must be signed in to change notification settings - Fork 65
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
placing a small image somewhere on the screen #6
Comments
Please refer to tftbmp.py. It is an example of showing a small bitmap file on the screen. |
Hi! I'm trying to put another bmp file, it's 128x160 px like yours but it seems not working. Can you help me? |
cool, and it works for me, but I want to show 32x32px app icon on my display and want to make them in 3x3 grid. What do I need to modify in tftbmp.py? |
@tANDyeet to draw rectangular images, (1) use
|
Thanks a lot! Now I can resume my project :) |
Thanks for the driver and support! However, I'm confused by your answer on Jul 7, 2023 to tANDyeet. I don't see in your code where the icon images are loaded and how they are changed as you loop through the 9 images. Can you clarify? Thanks |
hello im trying to make a little wether and notifications display but cant figure out how to place a small bmp image say for clouds or the sun i haven noticed there is an image() function but cant get it to work
The text was updated successfully, but these errors were encountered: