mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-13 09:18:50 +01:00
10 lines
365 B
C
10 lines
365 B
C
#ifndef __PROD_SCREEN_BUTTONS__
|
|
#define __PROD_SCREEN_BUTTONS__
|
|
|
|
#define IMG_CONSOLE_LAYOUT "ProdResources/funkey_with_buttons.png"
|
|
#define IMG_BUTTON_LR_GREEN "ProdResources/button_LR_green.png"
|
|
#define IMG_BUTTON_NORMAL_GREEN "ProdResources/button_round_green.png"
|
|
|
|
int launch_prod_screen_buttons();
|
|
|
|
#endif //__PROD_SCREEN_BUTTONS__
|