ili9341, ili9342: add support for m5stack-core2

This commit is contained in:
sago35
2021-11-18 08:47:23 +09:00
committed by Ron Evans
parent 90a13a697b
commit 966210f1b0
3 changed files with 81 additions and 9 deletions
+5
View File
@@ -81,4 +81,9 @@ const (
Rotation90 Rotation = 1 // 90 degrees clock-wise rotation
Rotation180 Rotation = 2
Rotation270 Rotation = 3
Rotation0Mirror Rotation = 4
Rotation90Mirror Rotation = 5
Rotation180Mirror Rotation = 6
Rotation270Mirror Rotation = 7
)