This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
SetBrightness
Peter Tillema edited this page Nov 26, 2018
·
2 revisions
ICE has the power to modify the brightness of the screen, using the token SetBrightness(
. You can go as low or high as you want, even beyond the TI-OS limits! Example:
SetBrightness(0)
0 is the lowest value possible, which is equivalent to the brightest screen. That does sound weird, but that's how it works. 255 is the maximum value, which corresponds to a very dark screen.
ICE Compiler | Peter Tillema
- Introduction
- Building your first program
- Math and numbers
- Variables
- Standard system commands
- Program flow control
- Pointers
- Graphics
- Sprites
- Tilemaps
- Useful routines