Write letters

This commit is contained in:
2025-07-27 21:06:17 +02:00
parent a4250898c0
commit e6899097fc
4 changed files with 153 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ pub extern "C" fn kernel_main() -> ! {
fb.draw_square_fill(800, 800, 900, 900);
fb.draw_square_fill(1000, 800, 1200, 700);
fb.draw_square_fill(900, 100, 800, 150);
fb.draw_letter(500, 5, 4);
loop {
let temp = read_soc_temp();