You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: