1
0
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:
Jean-Pierre De Jesus DIAZ 2021-08-24 11:04:37 +02:00
parent e6cce1a15f
commit d0bedf5273

View File

@ -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