|
LCDGFX LCD display driver
1.2.0
Lightweight graphics library for SSD1306, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107, IL9163, ST7735, ST7789, ILI9341, PCD8544 displays over I2C/SPI
|
LCDGFX main header. More...
#include "nano_gfx_types.h"#include "canvas/fonts/fonts.h"#include "canvas/canvas.h"#include "nano_engine_v2.h"#include "v2/lcd/lcdany/lcd_any.h"#include "v2/lcd/lcdwio/lcd_wio.h"#include "v2/lcd/lcdttgo/lcd_ttgo.h"#include "v2/lcd/pcd8544/lcd_pcd8544.h"#include "v2/lcd/sh1106/lcd_sh1106.h"#include "v2/lcd/sh1107/lcd_sh1107.h"#include "v2/lcd/ssd1306/lcd_ssd1306.h"#include "v2/lcd/ssd1325/lcd_ssd1325.h"#include "v2/lcd/ssd1327/lcd_ssd1327.h"#include "v2/lcd/ssd1331/lcd_ssd1331.h"#include "v2/lcd/ssd1351/lcd_ssd1351.h"#include "v2/lcd/st7735/lcd_st7735.h"#include "v2/lcd/st7789/lcd_st7789.h"#include "v2/lcd/il9163/lcd_il9163.h"#include "v2/lcd/ili9341/lcd_ili9341.h"

Go to the source code of this file.
Functions | |
| void | ssd1306_enableUtf8Mode2 (void) |
| Enables utf8 support for all text-functions. More... | |
| void | ssd1306_enableAsciiMode2 (void) |
| Enables ascii mode for all text-functions. More... | |
LCDGFX main header.
Main include file for the LCDGFX library.
Include this single header to get access to all display classes, drawing operations, fonts, NanoCanvas, and NanoEngine.
Definition in file lcdgfx.h.