mirror of
https://github.com/smartykit/apple1.git
synced 2025-02-11 10:30:33 +00:00
Update TVout.h
Support for '_' cursor
This commit is contained in:
parent
507f5b1439
commit
1baa16a5fe
@ -136,6 +136,8 @@ public:
|
||||
void tone(unsigned int frequency);
|
||||
void noTone();
|
||||
|
||||
uint8_t _cursorX, _cursorY;
|
||||
const unsigned char* font;
|
||||
|
||||
private:
|
||||
// hook setup functions
|
||||
@ -148,8 +150,8 @@ private:
|
||||
void forceLineStart(uint8_t line);
|
||||
void incTxtLine();
|
||||
|
||||
uint8_t _cursorX, _cursorY;
|
||||
const unsigned char* font;
|
||||
|
||||
|
||||
};
|
||||
|
||||
static void inline sp(uint8_t x, uint8_t y, char c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user