mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/adafruit-clue: add ILI9341 rotation mode param
Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
parent
e6cce1a15f
commit
d0bedf5273
@ -105,6 +105,7 @@ extern "C" {
|
||||
#define ILI9341_PARAM_NUM_LINES (240U)
|
||||
#define ILI9341_PARAM_RGB (1)
|
||||
#define ILI9341_PARAM_INVERTED (1)
|
||||
#define ILI9341_PARAM_ROTATION (ILI9341_ROTATION_HORZ_FLIP)
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user