mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-12 08:48:51 +01:00
10 lines
399 B
C
10 lines
399 B
C
#ifndef __PROD_SCREEN_BUTTONS__
|
|
#define __PROD_SCREEN_BUTTONS__
|
|
|
|
#define IMG_CONSOLE_LAYOUT FOLDER_RESSOURCES"/funkey_with_buttons.png"
|
|
#define IMG_BUTTON_LR_GREEN FOLDER_RESSOURCES"/button_LR_green.png"
|
|
#define IMG_BUTTON_NORMAL_GREEN FOLDER_RESSOURCES"/button_round_green.png"
|
|
|
|
int launch_prod_screen_buttons(int argc, char *argv[]);
|
|
|
|
#endif //__PROD_SCREEN_BUTTONS__
|