1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-04-06 16:37:27 +00:00

add orientations

This commit is contained in:
Stephen Crane 2018-11-08 07:34:40 +00:00
parent 72f7febe72
commit a8e6f24e03

View File

@ -2,7 +2,7 @@
#define __TFTDISPLAY_H__
typedef enum {
portrait, landscape
portrait, landscape, reverse_portrait, reverse_landscape
} orientation_t;
typedef unsigned colour_t;