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:
parent
0f9693b18f
commit
f37ec87ae8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user