UNPKG

rpi-backlight

Version:

A node library to control the backlight of the official Raspberry Pi 7" touch display

18 lines 674 B
<!DOCTYPE html> <html > <head> </head> <body> <h1>Let's try this !</h1> <ul> <li><a href="/screenOn">Screen On</a></li> <li><a href="/screenOff">Screen Off</a></li> <li><a href="/isScreenOn">Get screen state</a></li> <li><a href="/getBrightness">Get actual Brightness</a></li> <li><a href="/setBrightness/50">Set Brigthness value to 50</a></li> <li><a href="/getMaxBrightness">Get Max Brightness</a></li> </ul> <br><br> <h2><a href="https://github.com/pimterry/rpi-backlight/" target="__blank">More information on GitHub!</a></h2> </body> </html>