Go to the source code of this file.
#define BUTTON_ACTIVATED 0x04 |
button has been activated since last read
Definition at line 303 of file c_ui.h.
#define BUTTON_ACTIVE 0x01 |
#define BUTTON_ALIVE 0x01 |
#define BUTTON_BUFPRINT 0x04 |
#define BUTTON_BUMBED 0x10 |
button has been pressed and released
Definition at line 305 of file c_ui.h.
#define BUTTON_CLICK 0x02 |
#define BUTTON_LONG_LATCH 0x20 |
#define BUTTON_LONGPRESS 0x08 |
button long press detected
Definition at line 304 of file c_ui.h.
#define BUTTON_PRESSED 0x02 |
button is pressed at the moment
Definition at line 302 of file c_ui.h.
#define IMAGEBUFFER_SIZE 1000 |
#define MAX_NOTIFY_LINE_CHARS 32 |
#define MAX_NOTIFY_LINES 8 |
#define UI_WR_BUFFER_SIZE 255 |
opUI_BUTTON byte code
Definition at line 7487 of file c_ui.c.
opUI_DRAW byte code
Definition at line 5545 of file c_ui.c.
opUI_FLUSH byte code
Definition at line 6497 of file c_ui.c.
void cUiKeepAlive |
( |
void |
| ) |
|
opKEEP_ALIVE byte code
Definition at line 7697 of file c_ui.c.
opUI_READ byte code
Definition at line 6614 of file c_ui.c.
void cUiTestpin |
( |
DATA8 |
State | ) |
|
void cUiUpdate |
( |
UWORD |
Time | ) |
|
opUI_WRITE byte code
Definition at line 7115 of file c_ui.c.