Rev 379 | Rev 412 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 379 | Rev 404 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | * write a character <attribute> at <x>/<y> to MAX7456 display memory |
62 | * write a character <attribute> at <x>/<y> to MAX7456 display memory |
63 | */ |
63 | */ |
64 | void write_char_att_xy(uint8_t, uint8_t, char attribute); |
64 | void write_char_att_xy(uint8_t, uint8_t, char attribute); |
Line 65... | Line 65... | ||
65 | 65 | ||
66 | /** |
66 | /** |
- | 67 | * clear display memory |
|
67 | * clear display by writing blank characters all over it |
68 | * (also sets 8bit mode) |
68 | */ |
69 | */ |
Line 69... | Line 70... | ||
69 | void clear(void); |
70 | void clear(void); |
70 | 71 |