GRAPHICS: Line thickness change for the HBVM logo

master
able 2023-05-26 06:31:52 -05:00
parent e9caa9c02c
commit 16eaf3524d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ unsafe extern "C" fn _kernel_start() -> ! {
use embedded_graphics::prelude::RgbColor;
let _ = dis.set_color(Rgb888::YELLOW);
let thick = 3;
let thick = 6;
let p1 = (400, 30);
let p2 = (200, 150);
let p3 = (600, 150);