drm: brainlcd: add ILI9805_MADCTL_GS

This commit is contained in:
Takumi Sueda 2020-11-23 00:25:56 +09:00
parent 9671acac43
commit 70d8eee4b7
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#define RESET_TIMEOUT 1000000
#define TX_TIMEOUT 1000000
#define ILI9805_MADCTL_GS BIT(0)
#define ILI9805_MADCTL_BGR BIT(3)
#define ILI9805_MADCTL_MV BIT(5)
#define ILI9805_MADCTL_MX BIT(6)