|
|
@ -15,6 +15,7 @@ void LcdBuffer_Init(struct LcdBuffer *self, const struct LcdBuf_CGROM_Entry *cgr |
|
|
|
assert(cgrom); |
|
|
|
assert(cgrom); |
|
|
|
assert(custom_symbols); |
|
|
|
assert(custom_symbols); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memset(self, 0, sizeof(struct LcdBuffer)); |
|
|
|
LcdBuffer_Clear(self); |
|
|
|
LcdBuffer_Clear(self); |
|
|
|
self->cgrom = cgrom; |
|
|
|
self->cgrom = cgrom; |
|
|
|
self->custom_symbols = custom_symbols; |
|
|
|
self->custom_symbols = custom_symbols; |
|
|
|