bitbank2 / bb_spi_lcd

SPI LCD/OLED library which can be built for Arduino and Linux
GNU General Public License v3.0
89 stars 13 forks source link

Enhancement: setPower(bool bOn); #10

Open cyberman54 opened 1 year ago

cyberman54 commented 1 year ago

Can we have a setPower(bool bOn) function/method, like in OneBitDisplay? Most LCD displays have a LED line for switching backlight on / off. This would be a useful API enhancement for this lib.

bitbank2 commented 1 year ago

Yes, this is a good suggestion. I'll add it.