add get_free_chars() method
This commit is contained in:
@@ -1261,6 +1261,18 @@ char bignum_map[11][4][3] = {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Gets number of custom chars (always NUM_CCs)
|
||||
*/
|
||||
MODULE_EXPORT int
|
||||
CFontzPacket_get_free_chars (Driver *drvthis)
|
||||
{
|
||||
//PrivateData *p = drvthis->private_data;
|
||||
|
||||
return NUM_CCs;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Sets a custom character from 0 - (NUM_CCs-1)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user