1
0
Fork 0
forked from AbleOS/ableos

GRAPHICS: Line thickness change for the HBVM logo

This commit is contained in:
able 2023-05-26 06:31:52 -05:00
parent 49105e668d
commit b9bfd99335

View file

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