|
API Documentation
9.14.00
|
Modules | |
| Status Codes | |
| Command Codes | |
Macros | |
| #define | DISPLAY_CMD_RESERVED 32 |
| #define | DISPLAY_STATUS_RESERVED -32 |
These Displaymacros are reservations for Display.h
| #define DISPLAY_CMD_RESERVED 32 |
Common Display_control command code reservation offset. Display driver implementations should offset command codes with DISPLAY_CMD_RESERVED growing positively
Example implementation specific command codes:
| #define DISPLAY_STATUS_RESERVED -32 |
Common Display_control status code reservation offset. Display driver implementations should offset status codes with DISPLAY_STATUS_RESERVED growing negatively.
Example implementation specific status codes:
1.8.12