|
FabGL
ESP32 Display Controller and Graphics Library
|
| bool setLEDs | ( | bool | numLock, |
| bool | capsLock, | ||
| bool | scrollLock | ||
| ) |
Sets keyboard LEDs status.
Use this method to switch-on or off the NUMLOCK, CAPSLOCK and SCROLLLOCK LEDs.
| numLock | When true the NUMLOCK LED is switched on. |
| capsLock | When true the CAPSLOCK LED is switched on. |
| scrollLock | When true the SCROLLLOCK LED is switched on. |
Definition at line 175 of file keyboard.cpp.