mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/adafruit-pybadge: use ST77xx rotation in degree
This commit is contained in:
parent
093593a3bd
commit
1f41d19c89
@ -76,7 +76,7 @@ extern "C" {
|
||||
#define ST77XX_PARAM_RGB_CHANNELS (128U) /**< Number of screen rgb channel (height) */
|
||||
#define ST77XX_PARAM_RGB (1) /**< RGB configuration */
|
||||
#define ST77XX_PARAM_INVERTED (0) /**< Inversion configuration */
|
||||
#define ST77XX_PARAM_ROTATION (ST77XX_ROTATION_HORZ_FLIP) /**< Rotation mode */
|
||||
#define ST77XX_PARAM_ROTATION ST77XX_ROTATION_90 /**< Rotation mode */
|
||||
#define LCD_SCREEN_WIDTH (ST77XX_PARAM_NUM_LINES) /**< LCD screen width */
|
||||
#define LCD_SCREEN_HEIGHT (ST77XX_PARAM_RGB_CHANNELS) /**< LCD screen height */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user