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.
9 stars 3 forks source link

backlight.off() not working #16

Closed dremel77 closed 9 months ago

dremel77 commented 10 months ago

https://github.com/arduino-libraries/Arduino_GigaDisplay/blob/d05791bfcfdf41fb60fdaf35de0ede484b23c7bf/src/GigaDisplayRGB.h#L31

is preventing the backlight from turning completely off.

could be replaced with >= as a quick solution.