Kaynağa Gözat

FTDI Touch UI followup (#21167)

Marcio T 3 yıl önce
ebeveyn
işleme
ba301fd800

+ 0
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.h Dosyayı Görüntüle

@@ -175,7 +175,6 @@ enum {
175 175
 #include "change_filament_screen.h"
176 176
 #include "move_axis_screen.h"
177 177
 #include "steps_screen.h"
178
-#include "stepper_current_screen.h"
179 178
 #include "feedrate_percent_screen.h"
180 179
 #include "max_velocity_screen.h"
181 180
 #include "max_acceleration_screen.h"

+ 3
- 0
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/theme/colors.h Dosyayı Görüntüle

@@ -125,6 +125,9 @@ namespace Theme {
125 125
     constexpr uint32_t logo_bg_rgb          = accent_color_4;
126 126
     constexpr uint32_t logo_fill_rgb        = accent_color_3;
127 127
     constexpr uint32_t logo_stroke_rgb      = 0x000000;
128
+
129
+    constexpr uint32_t bed_mesh_lines_rgb   = 0xFFFFFF;
130
+    constexpr uint32_t bed_mesh_shadow_rgb  = 0x444444;
128 131
   #endif
129 132
 
130 133
   constexpr uint32_t shadow_rgb             = gray_color_6;

Loading…
İptal
Kaydet