This project adapts Notification Colors to the led light bar of a WA1053T Android Wall Mount Tablet.
Colors are usually defined on a NotificationChannel, or, on api version < 26 on the notifications ledARGB property.
Note: Flashing the LEDs is not supported.
Additionally, using the following generic Broadcast Intents are made available:
com.robbi5.notificationlightbridge.TURN_OFFcom.robbi5.notificationlightbridge.SET_COLORwith an Integer-Extra ofcolorcom.robbi5.notificationlightbridge.SET_RAWwith an IntegerList-Extra ofcmd
The available raw values can be found in the LED() companion object.
After compiling and installing the apk, navigate to
Settings → Apps & notifications → Special app access → Notification access and enable the
NotificationLightBridge entry.