mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Some names made more intuitive
This commit is contained in:
parent
0a270e878b
commit
51d4b34540
4 changed files with 61 additions and 62 deletions
|
@ -24,15 +24,11 @@
|
|||
|
||||
#include "display.h"
|
||||
|
||||
// XXX Why is this here? Something wrong?
|
||||
// XXX Something like Drawing Context that holds all state variables would be the way...
|
||||
int8_t lastCursorPos;
|
||||
|
||||
void displayClear(displayPort_t *instance)
|
||||
{
|
||||
instance->vTable->clear(instance);
|
||||
instance->cleared = true;
|
||||
instance->lastCursorPos = -1;
|
||||
instance->cursorRow = -1;
|
||||
}
|
||||
|
||||
void displayOpen(displayPort_t *instance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue