start button > BrewOS

This commit is contained in:
Chris 2026-02-04 21:47:34 +01:00
parent ff20bcb284
commit 03da092d01
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -262,7 +262,7 @@ void wm_paint(void) {
draw_rect(0, sh - 28, sw, 2, COLOR_WHITE); // Top highlight draw_rect(0, sh - 28, sw, 2, COLOR_WHITE); // Top highlight
// 5. Start Button // 5. Start Button
draw_button(2, sh - 26, 60, 24, "Start", start_menu_open); draw_button(2, sh - 26, 60, 24, "BrewOS", start_menu_open);
// Clock // Clock
draw_clock(sw - 80, sh - 20); draw_clock(sw - 80, sh - 20);