Solitaire for the TI-84 Plus CE!
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed now-unused preprocessor directives

-9
-9
src/drawing.c
··· 21 21 #include "gfx/gfx.h" 22 22 #include "variables.h" 23 23 24 - #define DEAL_ANIM_DECK_X ((GFX_LCD_WIDTH - CARD_WIDTH) / 2) 25 - #define DEAL_ANIM_DECK_Y (GFX_LCD_HEIGHT - CARD_HEIGHT * 2 / 3) 26 - #define DEAL_ANIM_DECK_FRAME_TIME 100 27 - #define DEAL_ANIM_DECK_PAUSE_TIME 1000 28 - #define DEAL_ANIM_TOTAL_TIME 100000 29 - #define DEAL_ANIM_TRAVEL_TIME 6000 30 - #define DEAL_ANIM_FRAME_TIME 250 31 - #define DEAL_ANIM_LAUNCH_INTERVAL ((DEAL_ANIM_TOTAL_TIME - DEAL_ANIM_TRAVEL_TIME) / 40) 32 - 33 24 // these are used for placing pips on cards 34 25 const unsigned char segments[] = { 35 26 0x01, 0x24, 0x25, 0x48, 0x49, 0x4a, 0xa8, 0x90, 0x91, 0xb4