Fixed color rendering for good

This commit was merged in pull request #26.
This commit is contained in:
2026-08-22 00:29:10 +02:00
parent 8fd3de2ab7
commit cf6c068394
12 changed files with 213 additions and 234 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ use embedded_graphics::pixelcolor::Rgb565;
use embedded_graphics::prelude::Point;
use embedded_graphics::prelude::RgbColor;
use embedded_graphics::text::Text;
use embedded_graphics::{Drawable, geometry::Size, primitives::Rectangle};
use embedded_graphics_core::draw_target::DrawTarget;
use embedded_graphics::Drawable;
use crate::display::primary_lcd::PrimaryLcdDisplay;