Closed oschettler closed 1 year ago
Ah, I've found out myself. It is a matter of getting the parameter type right. With...
uint16_t w = hagl_put_text(display, L"Schön bunt hier.", x0, y0, color, font6x9);
It comes out with w=96
and the text shown as expected:
Thank you for this wonderful project. I try to run some of the examples and wonder why text comes out so small, e.g.
Console output:
This is the code: