mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-30 14:19:19 +11:00
Add border animation when moving
This commit is contained in:
parent
38a40eb2e4
commit
8f877d4677
10 changed files with 98 additions and 17 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
|
||||
|
||||
uint8_t bit_reverse(uint8_t b);
|
||||
uint8_t bit_count(uint8_t b);
|
||||
uint16_t lfsr_update(void);
|
||||
void clear_box(uint8_t w, uint8_t h, uint8_t off_x, uint8_t off_y, uint8_t *disp_buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue