Changes between Version 56 and Version 57 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/14/25 09:47:15 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v56 v57 13 13 }}} 14 14 15 Running apps in the VM simulator can also be set to show in dark mode by selecting "Debug Configuration". Select the appropriate project under "C/C++ Application" and click the "Environment" tab. Click "Add..." and se the "Name:" to "DARKMODE" and "Value:" to "1". Clock "Apply" and then "Debug". To switch back to normal mode go back to the"Environment" and click "Edit..." and change the "Value:" to "0".15 Running apps in the VM simulator can also be set to show in dark mode by selecting "Debug Configuration". Select the appropriate project under "C/C++ Application" and click the "Environment" tab. Click "Add..." and set the "Name:" to "DARKMODE" and "Value:" to "1". Click "Apply" and then "Debug". To switch back to normal mode exit the app and go back to the the "Debug Configurations" "Environment" and click "Edit..." and change the "Value:" to "0". 16 16 17 17 Buttons that have bitmap images included will automatically invert the bitmap colors when in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// have only black, white, and gray pixels. These images will appear very good when the colors are inverted. However, bitmaps with other colors may not appear as good when the colors are inverted.