From e4febc5aac3006c3ef025b5f708ec51fdac63b94 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 20 Aug 2018 03:18:04 +0200 Subject: vesa works beuatifullyy --- driver/vesa.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'driver/vesa.h') diff --git a/driver/vesa.h b/driver/vesa.h index f6e3eaf..ec98e84 100644 --- a/driver/vesa.h +++ b/driver/vesa.h @@ -1,5 +1,8 @@ #include +void vesa_update_cursor(uint32_t col,uint32_t row); +void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_t x, uint32_t y); + typedef struct foolfont_struct { uint8_t line[10]; //every single fool font consists of 10 lines a 8 bit -- cgit v1.2.3