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

drivers/ili9341: add config for screen identifiers

This commit is contained in:
Alexandre Abadie 2020-06-21 18:24:40 +02:00
parent 0f9693b18f
commit f37ec87ae8
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -81,6 +81,21 @@ static const ili9341_params_t ili9341_params[] =
ILI9341_PARAMS,
};
/**
* @brief Default screen identifiers
*/
#ifndef ILI9341_PARAM_SCREEN_IDS
#define ILI9341_PARAM_SCREEN_IDS 0
#endif
/**
* @brief Configure screen identifiers
*/
static const uint8_t ili9341_screen_ids[] =
{
ILI9341_PARAM_SCREEN_IDS,
};
#ifdef __cplusplus
}
#endif