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

Color bitmap support for DrvDrawImage (ADAGFX) #4

Closed
ImpulseAdventure opened this issue Apr 29, 2017 · 2 comments
Closed

Color bitmap support for DrvDrawImage (ADAGFX) #4

ImpulseAdventure opened this issue Apr 29, 2017 · 2 comments
Labels
device_arduino Devices: Arduino compatible enhancement

Comments

@ImpulseAdventure
Copy link
Owner

Currently gslc_DrvDrawImage supports rendering images from PROGMEM (Flash) if they are monochrome. It would be very useful to support color bitmaps as this would enable much faster image/icon/button redraw than having to depend on reading images from an SD card.

@ImpulseAdventure ImpulseAdventure added device_arduino Devices: Arduino compatible enhancement labels Apr 29, 2017
@ImpulseAdventure
Copy link
Owner Author

Good news... thanks to contributions from @rtwfroody (#44 ) and @Pconti31, this feature has now been implemented in branch DrawImgFromRAM. Images and Image-based Buttons can now utilize FLASH for the color images instead of the SD card. Testing has been done so far on both Arduino and ESP.

An example (ex28_ard_btn_img_flash) has been created to demonstrate the usage.

@ImpulseAdventure
Copy link
Owner Author

Closing as addressed by #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device_arduino Devices: Arduino compatible enhancement
Projects
None yet
Development

No branches or pull requests

1 participant