|
LCD-ESP32-Driver 1.0
Project includes component for controlling LCD displays. Currently supports only one LCD controller - SSD1283A but it may change in the future.
|
Contains error codes as an enumeration. More...
Go to the source code of this file.
Typedefs | |
| typedef enum LCD_error_t | LCD_error_t |
Enumerations | |
| enum | LCD_error_t { LCD_OK = 0 , LCD_INV_ARG , LCD_INV_OP , LCD_INV_RES , LCD_COM_FAIL } |
| Describes the status of performed operation with LCD display. More... | |
Contains error codes as an enumeration.
They describe the status of the performed operations with LCD display.
| enum LCD_error_t |
Describes the status of performed operation with LCD display.