forked from AbleOS/ableos
GRAPHICS: Line thickness change for the HBVM logo
This commit is contained in:
parent
49105e668d
commit
b9bfd99335
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue