mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-11 09:09:28 +00:00
ili9341, ili9342: add support for m5stack-core2
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user