FTDI Touch UI followup (#21167)

This commit is contained in:
Marcio T 2021-02-22 21:38:54 -07:00 committed by Scott Lahteine
parent 53d7ae4e9b
commit ba301fd800
2 changed files with 3 additions and 1 deletions

View File

@ -175,7 +175,6 @@ enum {
#include "change_filament_screen.h"
#include "move_axis_screen.h"
#include "steps_screen.h"
#include "stepper_current_screen.h"
#include "feedrate_percent_screen.h"
#include "max_velocity_screen.h"
#include "max_acceleration_screen.h"

View File

@ -125,6 +125,9 @@ namespace Theme {
constexpr uint32_t logo_bg_rgb = accent_color_4;
constexpr uint32_t logo_fill_rgb = accent_color_3;
constexpr uint32_t logo_stroke_rgb = 0x000000;
constexpr uint32_t bed_mesh_lines_rgb = 0xFFFFFF;
constexpr uint32_t bed_mesh_shadow_rgb = 0x444444;
#endif
constexpr uint32_t shadow_rgb = gray_color_6;