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.h
Go to the documentation of this file.
1
/*
2
MIT License
3
4
Copyright 2016-2022 (C) 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
*/
49
#pragma once
50
51
#include "
nano_gfx_types.h
"
52
#include "
canvas/fonts/fonts.h
"
53
54
#ifdef __cplusplus
55
#include "
canvas/canvas.h
"
56
#include "
nano_engine_v2.h
"
57
58
#include "
v2/lcd/lcdany/lcd_any.h
"
59
#include "
v2/lcd/lcdwio/lcd_wio.h
"
60
#include "v2/lcd/lcdttgo/lcd_ttgo.h"
61
#include "
v2/lcd/pcd8544/lcd_pcd8544.h
"
62
#include "
v2/lcd/sh1106/lcd_sh1106.h
"
63
#include "
v2/lcd/sh1107/lcd_sh1107.h
"
64
#include "
v2/lcd/ssd1306/lcd_ssd1306.h
"
65
#include "
v2/lcd/ssd1325/lcd_ssd1325.h
"
66
#include "
v2/lcd/ssd1327/lcd_ssd1327.h
"
67
#include "
v2/lcd/ssd1331/lcd_ssd1331.h
"
68
#include "
v2/lcd/ssd1351/lcd_ssd1351.h
"
69
#include "
v2/lcd/st7735/lcd_st7735.h
"
70
#include "
v2/lcd/st7789/lcd_st7789.h
"
71
#include "
v2/lcd/il9163/lcd_il9163.h
"
72
#include "
v2/lcd/ili9341/lcd_ili9341.h
"
73
74
extern
"C"
75
{
76
#endif
77
92
void
ssd1306_enableUtf8Mode2
(
void
);
93
97
void
ssd1306_enableAsciiMode2
(
void
);
98
99
#ifdef __cplusplus
100
}
101
#endif
102
lcd_ssd1351.h
support for LCD SSD1351 display
lcd_st7789.h
support for LCD ST7789 display
lcd_il9163.h
support for LCD IL9163 display
lcd_wio.h
support for LCD ILI9341 display installed in wio terminal console
canvas.h
Drawing in memory buffer.
lcd_sh1107.h
support for LCD SH1107 display
nano_engine_v2.h
Small graphics engine.
lcd_ssd1325.h
support for LCD SSD1325 display
lcd_pcd8544.h
support for LCD PCD8544 display
lcd_sh1106.h
support for LCD SH1106 display
ssd1306_enableUtf8Mode2
void ssd1306_enableUtf8Mode2(void)
Enables utf8 support for all text-functions.
Definition:
utf8.c:37
nano_gfx_types.h
Basic structures of nano gfx library.
lcd_ssd1327.h
support for LCD SSD1327 display
lcd_any.h
support for Any LCD display
lcd_st7735.h
support for LCD ST7735 display
lcd_ssd1331.h
support for LCD SSD1331 display
fonts.h
Fonts for monochrome/rgb oled display.
lcd_ssd1306.h
support for LCD SSD1306 display
ssd1306_enableAsciiMode2
void ssd1306_enableAsciiMode2(void)
Enables ascii mode for all text-functions.
Definition:
utf8.c:44
lcd_ili9341.h
support for LCD ILI9341 display
src
lcdgfx.h
Generated by
1.8.13