little cleanups
This commit is contained in:
@@ -800,9 +800,10 @@ IOWarrior_get_free_chars (Driver *drvthis)
|
|||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* API: Sets a custom character from 0 - (NUM_CCs-1)
|
* API: Sets a custom character from 0 - (NUM_CCs-1)
|
||||||
*
|
*
|
||||||
* The API only permit setting to off=0 and on<>0
|
* The input is an array of bytes, each representing a pixel row
|
||||||
* For input is just an array of characters:
|
* starting from the top to bottom.
|
||||||
* values > 0 mean "on" and values <= 0 are "off".
|
* The bits in each byte represent the pixels where the LSB
|
||||||
|
* (least significant bit) is the rightmost pixel in each pixel row
|
||||||
*/
|
*/
|
||||||
MODULE_EXPORT void
|
MODULE_EXPORT void
|
||||||
IOWarrior_set_char(Driver *drvthis, int n, unsigned char *dat)
|
IOWarrior_set_char(Driver *drvthis, int n, unsigned char *dat)
|
||||||
|
|||||||
@@ -63,7 +63,8 @@ typedef enum {
|
|||||||
vbar, /* vertical bars */
|
vbar, /* vertical bars */
|
||||||
hbar, /* horizontaln bars */
|
hbar, /* horizontaln bars */
|
||||||
bignum, /* big numbers */
|
bignum, /* big numbers */
|
||||||
bigchar /* big characters */
|
bigchar, /* big characters */
|
||||||
|
custom /* custom icons */
|
||||||
} CGmode;
|
} CGmode;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user