mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-10 03:33:04 +11:00
Add code to use the charset in ROM
This commit is contained in:
parent
8f877d4677
commit
4ea5c7147e
9 changed files with 60 additions and 4 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
|
||||
|
||||
void num_to_decbuf(uint16_t n, uint8_t len, uint8_t *buf);
|
||||
uint8_t bit_reverse(uint8_t b);
|
||||
uint8_t bit_count(uint8_t b);
|
||||
uint16_t lfsr_update(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue