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.
|
Files | |
file | lcd.h [code] |
Contains driver functions to communicate with LCD display using different protocols and controllers. | |
file | lcd_basic_font.h [code] |
Contains an implementation of a basic font that can be used by the LCD driver. | |
file | lcd_colors.h [code] |
Contains values of the most basic colors in different formats as a set of macros. | |
file | lcd_error_codes.h [code] |
Contains error codes as an enumeration. | |
file | lcd_font.h [code] |
Contains representation of the fonts to be drawn on LCD display and methods that simplify the work with them. | |
file | lcd_image.h [code] |
Contains representation of the images to be drawn on LCD display and methods that simplify the work with them. | |
file | lcd_low.h [code] |
Contains all structures required for proper communication with LCD display that uses different controllers. | |