Use hardware-provided cursor on text-mode displays
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
struct display {
|
||||
// Text modes: set character at y, x
|
||||
void (*setc) (uint16_t y, uint16_t x, uint16_t c);
|
||||
void (*cursor) (uint16_t y, uint16_t x);
|
||||
|
||||
uint32_t flags;
|
||||
// If DISP_GRAPHIC
|
||||
|
||||
Reference in New Issue
Block a user