Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

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.

Clone this wiki locally