E3 DWIN: "No Media" message

This commit is contained in:
Scott Lahteine
2020-09-27 16:48:03 -05:00
parent 37cf156223
commit 3245a5fdf6
2 changed files with 12 additions and 4 deletions

View File

@@ -215,9 +215,11 @@ enum processID : uint8_t {
// Color
#define Color_White 0xFFFF
#define Color_Yellow 0xFF0F
#define Color_Bg_Window 0x31E8 // Popup background color
#define Color_Bg_Blue 0x1125 // Dark blue background color
#define Color_Bg_Black 0x0841 // Black background color
#define Color_Bg_Red 0xF00F // Red background color
#define Popup_Text_Color 0xD6BA // Popup font background color
#define Line_Color 0x3A6A // Split line color
#define Rectangle_Color 0xEE2F // Blue square cursor color