Added display, power management and other foundations for bluetooth connectivity.

This commit is contained in:
Mark Qvist 2022-10-29 00:53:39 +02:00
parent 2c826fb3dc
commit b0f49c0cce
4 changed files with 148 additions and 86 deletions

View file

@ -27,6 +27,10 @@
#define CMD_BLINK 0x30
#define CMD_RANDOM 0x40
#define CMD_FB_EXT 0x41
#define CMD_FB_READ 0x42
#define CMD_FB_WRITE 0x43
#define CMD_BOARD 0x47
#define CMD_PLATFORM 0x48
#define CMD_MCU 0x49