1
0
Fork 0

Added back icon

master
hopkira 2020-06-01 14:36:03 +01:00
parent 03f4f1da8b
commit b9f0907e5a
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# BLE Customisable Controller with Joystick
# BLE Customisable Controller with Joystick A
A highly customisable state machine driven user interface that will communicate with another BLE device. The controller uses the three buttons and the left and right hand side of the watch to provide a flexible and attractive BLE interface.

View File

@ -74,6 +74,10 @@ const icons = [
{
name: "light",
data: "gEBAP4B/APi/Na67lfACZ/nNaI9lE6o9jEbI9hD7Y7dDsJZ3D6YRJHdIJHHfaz7Hf5Z/Hf4hZHMIjFEqIVVHsY5hDpI7TEqL1jVsqlTdM55THOJvHOuY7/HfI9JHOI9HHOoBgA=="
},
{
name: "back",
data: "gEBAP4B/AP4B/AKgADHPI71HP45/HP45/HP45/HP45/Hf49/Hv49/Hv49/Hv49/Hv497He4B/AP4B/AJAA=="
}
];
@ -220,7 +224,7 @@ one, then the state machine will change to that new State and redrsw
the screen appropriately.
To add in additional capabilities for button presses, simply add
an additional 'if' statement.
For toggle buttons, the value of the sppropiate status object is
For toggle buttons, the value of the appropiate status object is
inversed and the new value transmitted.
*/