Changes between Version 55 and Version 56 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
04/14/25 09:45:49 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v55 v56  
    1212./myapp
    1313}}}
     14
     15Running 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".
    1416
    1517Buttons 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.