From a8e6f24e031ac962fddb95e1179d1cdc5770bd4f Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Thu, 8 Nov 2018 07:34:40 +0000 Subject: [PATCH] add orientations --- tftdisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tftdisplay.h b/tftdisplay.h index 9a5ae06..3b22678 100644 --- a/tftdisplay.h +++ b/tftdisplay.h @@ -2,7 +2,7 @@ #define __TFTDISPLAY_H__ typedef enum { - portrait, landscape + portrait, landscape, reverse_portrait, reverse_landscape } orientation_t; typedef unsigned colour_t;