LCDGFX LCD display driver  1.1.5
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
UserSettings.h
Go to the documentation of this file.
1 /*
2  MIT License
3 
4  Copyright (c) 2018-2020, Alexey Dynda
5 
6  Permission is hereby granted, free of charge, to any person obtaining a copy
7  of this software and associated documentation files (the "Software"), to deal
8  in the Software without restriction, including without limitation the rights
9  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10  copies of the Software, and to permit persons to whom the Software is
11  furnished to do so, subject to the following conditions:
12 
13  The above copyright notice and this permission notice shall be included in all
14  copies or substantial portions of the Software.
15 
16  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22  SOFTWARE.
23 */
28 #pragma once
29 
47 /* Comment out options below if you don't need support in the library, *
48  * and want to reduce memory consumption. */
49 
51 #define CONFIG_SOFTWARE_I2C_ENABLE
52 
54 #define CONFIG_TWI_I2C_ENABLE
55 
57 #define CONFIG_AVR_SPI_ENABLE
58 
60 #define CONFIG_USI_SPI_ENABLE
61 
63 #define CONFIG_AVR_UART_ENABLE
64 
66 #define CONFIG_VGA_ENABLE
67 
69 #ifndef CONFIG_ADAFRUIT_GFX_ENABLE
70 //#define CONFIG_ADAFRUIT_GFX_ENABLE
71 #endif
72 
77 #define CONFIG_PLATFORM_I2C_ENABLE
78 
83 #define CONFIG_PLATFORM_SPI_ENABLE
84 
86 #define CONFIG_LINUX_I2C_ENABLE
87 
89 #define CONFIG_LINUX_SPI_ENABLE
90 
92 #define CONFIG_ARDUINO_I2C_ENABLE
93 
95 #define CONFIG_ARDUINO_SPI_ENABLE
96 
98 #define CONFIG_ESP32_I2C_ENABLE
99 
101 #define CONFIG_ESP32_SPI_ENABLE
102 
104 #define CONFIG_ESP8266_I2C_ENABLE
105 
107 #define CONFIG_ESP8266_SPI_ENABLE
108 
113 #define CONFIG_SSD1306_UNICODE_ENABLE
114