FunKey-ProdScreens/prodScreen_buttonsTest.h
2020-09-07 20:35:46 +02:00

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__