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.
Loading...
Searching...
No Matches
lcd_error_codes.h File Reference

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...
 

Detailed Description

Contains error codes as an enumeration.

Author
Damian Úlusarczyk

They describe the status of the performed operations with LCD display.

Enumeration Type Documentation

◆ LCD_error_t

Describes the status of performed operation with LCD display.

Enumerator
LCD_OK 

No error occurred - everything went fine

LCD_INV_ARG 

An invalid argument value has been passed into the function

LCD_INV_OP 

An invalid operation - not supported by the specific implementation of LCD display driver

LCD_INV_RES 

An error occurred while working with some resource (like image or font)

LCD_COM_FAIL 

An error occurred while communicating with LCD display