just a cleanup of the graphics

This commit is contained in:
grcasanova
2020-07-07 10:46:49 +02:00
parent 4388e72dec
commit 37d9fb2dad
12 changed files with 75 additions and 57 deletions

15
src/commands.h Normal file
View File

@@ -0,0 +1,15 @@
/**
* @brief This class enables on the fly software and hardware setup.
* It will contain all command messages to change internal settings.
*/
enum class Cmd {
INVALID,
SET_ON,
SET_OFF,
ON_PRESS,
START_BLUETOOTH_PIN_SCREEN,
STOP_BLUETOOTH_PIN_SCREEN,
STOP_BOOT_SCREEN,
PRINT,
};