Changes between Version 49 and Version 50 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/11/25 15:49:44 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v49 v50 13 13 }}} 14 14 15 Buttons that have bitmap images included may not appear properly in dark mode. Most of the standard app button images // /usr/images/icon_app_btn_zeroX.bmp// such as the zero button imageare black, white, gray will appear very good when the colors are inverted. However, bitmaps with color pixels may not appear as well. Specific bitmaps may be used in this case for dark mode.15 Buttons that have bitmap images included may not appear properly in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// are black, white, gray will appear very good when the colors are inverted. However, bitmaps with color pixels may not appear as well. Specific bitmaps may be used in this case for dark mode. 16 16 {{{ 17 17 const char* bitmapFile;