diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 03:18:04 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 03:18:04 +0200 |
| commit | e4febc5aac3006c3ef025b5f708ec51fdac63b94 (patch) | |
| tree | e00149a611589520bd6c99e1fe043385df583f5c /driver/vesa.h | |
| parent | 39100c30b7a16103e75187c9840a79c7df54f3da (diff) | |
vesa works beuatifullyy
Diffstat (limited to 'driver/vesa.h')
| -rw-r--r-- | driver/vesa.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdint.h> +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 |
