Ver código fonte

Change some dwin defines

Scott Lahteine 4 anos atrás
pai
commit
435e1535cc
2 arquivos alterados com 232 adições e 232 exclusões
  1. 223
    223
      Marlin/src/lcd/dwin/e3v2/dwin.cpp
  2. 9
    9
      Marlin/src/lcd/dwin/e3v2/dwin.h

+ 223
- 223
Marlin/src/lcd/dwin/e3v2/dwin.cpp
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 9
- 9
Marlin/src/lcd/dwin/e3v2/dwin.h Ver arquivo

@@ -214,16 +214,16 @@ enum processID : uint8_t {
214 214
 #define font32x64 0x09
215 215
 
216 216
 // Color
217
-#define White             0xFFFF
218
-#define Background_window 0x31E8  // Popup background color
219
-#define Background_blue   0x1125  // Dark blue background color
220
-#define Background_black  0x0841  // black background color
221
-#define Font_window       0xD6BA  // Popup font background color
217
+#define Color_White       0xFFFF
218
+#define Color_Bg_Window   0x31E8  // Popup background color
219
+#define Color_Bg_Blue     0x1125  // Dark blue background color
220
+#define Color_Bg_Black    0x0841  // Black background color
221
+#define Popup_Text_Color  0xD6BA  // Popup font background color
222 222
 #define Line_Color        0x3A6A  // Split line color
223
-#define Rectangle_Color   0xEE2F  // blue square cursor color
224
-#define Percent_Color     0xFE29  // percentage color
225
-#define BarFill_Color     0x10E4  // fill color of progress bar
226
-#define Select_Color      0x33BB  // selected color
223
+#define Rectangle_Color   0xEE2F  // Blue square cursor color
224
+#define Percent_Color     0xFE29  // Percentage color
225
+#define BarFill_Color     0x10E4  // Fill color of progress bar
226
+#define Select_Color      0x33BB  // Selected color
227 227
 
228 228
 extern uint8_t checkkey;
229 229
 extern float zprobe_zoffset;

Carregando…
Cancelar
Salvar