arduino-libraries / Arduino_GigaDisplay

Library for controlling the RGB on the GIGA Display Shield. It contains, also, a set of examples to use the display.
8 stars 3 forks source link

Ensure backlight change in `SimpleBacklight.ino` is visible #32

Open aliphys opened 3 months ago

aliphys commented 3 months ago

Instead of incrementally adding to the backlight value, backlight changes directly from 0% to 100% every one seconds. This is similar to the standard Blink.ino sketch, so changing the example title to BacklightBlink.ino to better reflect this.

Closes https://github.com/arduino-libraries/Arduino_GigaDisplay/issues/30