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
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
*/
28
#pragma once
29
30
#include "
nano_gfx_types.h
"
31
#include "
canvas/fonts/fonts.h
"
32
33
#ifdef __cplusplus
34
#include "
canvas/canvas.h
"
35
#include "
nano_engine_v2.h
"
36
37
#include "
v2/lcd/lcdany/lcd_any.h
"
38
#include "
v2/lcd/lcdwio/lcd_wio.h
"
39
#include "v2/lcd/lcdttgo/lcd_ttgo.h"
40
#include "
v2/lcd/pcd8544/lcd_pcd8544.h
"
41
#include "
v2/lcd/sh1106/lcd_sh1106.h
"
42
#include "
v2/lcd/sh1107/lcd_sh1107.h
"
43
#include "
v2/lcd/ssd1306/lcd_ssd1306.h
"
44
#include "
v2/lcd/ssd1325/lcd_ssd1325.h
"
45
#include "
v2/lcd/ssd1327/lcd_ssd1327.h
"
46
#include "
v2/lcd/ssd1331/lcd_ssd1331.h
"
47
#include "
v2/lcd/ssd1351/lcd_ssd1351.h
"
48
#include "
v2/lcd/st7735/lcd_st7735.h
"
49
#include "
v2/lcd/st7789/lcd_st7789.h
"
50
#include "
v2/lcd/il9163/lcd_il9163.h
"
51
#include "
v2/lcd/ili9341/lcd_ili9341.h
"
52
53
extern
"C"
54
{
55
#endif
56
69
void
ssd1306_enableUtf8Mode2
(
void
);
70
74
void
ssd1306_enableAsciiMode2
(
void
);
75
76
#ifdef __cplusplus
77
}
78
#endif
79
lcd_ssd1351.h
lcd_st7789.h
lcd_il9163.h
lcd_wio.h
canvas.h
lcd_sh1107.h
nano_engine_v2.h
lcd_ssd1325.h
lcd_pcd8544.h
lcd_sh1106.h
ssd1306_enableUtf8Mode2
void ssd1306_enableUtf8Mode2(void)
Definition:
utf8.c:37
nano_gfx_types.h
lcd_ssd1327.h
lcd_any.h
lcd_st7735.h
lcd_ssd1331.h
fonts.h
lcd_ssd1306.h
ssd1306_enableAsciiMode2
void ssd1306_enableAsciiMode2(void)
Definition:
utf8.c:44
lcd_ili9341.h
src
lcdgfx.h
Generated by
1.8.13