1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/pinetime: configure ili9341 LCD number of lines

This commit is contained in:
Kaspar Schleiser 2020-01-15 15:34:52 +01:00
parent cab8729e32
commit 47634addf3

View File

@ -63,6 +63,7 @@ extern "C" {
#define ILI9341_PARAM_RST LCD_RESET
#define ILI9341_PARAM_RGB 1
#define ILI9341_PARAM_INVERTED 1
#define ILI9341_PARAM_NUM_LINES 240U
/** @} */
#ifdef __cplusplus