refactor adv_bignum:
* support display heights > 4 (treated like height = 4); * determine number of user-defineable chars using get_free_chars(); * allow custom chars starting at a character position (offset) != 0 * update and extend documentation
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
#define b_XXXXXX 0x3F
|
||||
|
||||
|
||||
void lib_adv_bignum (Driver *drvthis, int x, int num, int do_init, int customchars);
|
||||
void lib_adv_bignum(Driver *drvthis, int x, int num, int offset, int do_init);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user