Robo Durden

Results 58 comments of Robo Durden

I do not like your unreadable gotoNewLine code ONLY to skip the extensive ssd1306_getCharBitmap() for the rare cases of a '\n' or a '\r'. Part of ssd1306_getCharBitmap would not need...

By the way, your lib seems to have great problems when a pixel outside the display size is to be drawn. With ssd1306_drawRect8 and ssd1306_drawLine8 i only need to draw...

i am not really interested in such low level programming so i am no expert. But maybe you could use _templates_ to have object like interface but still stick to...

Yes thank you, i should take these few minutes to study your api ;-) You might still rethink my ``` // the width in aFont[2] is not correct - bug...

it happens for the windows Comic Sans Bold font: `python fontgenerator.py --ttf fonts/comicbd.ttf -s 10 -SB 16 -g 43 14 -f new -d > ready/1193851778.h` ``` // ----@@----@@@@-------@@@@---------- // ---@@@---@@@@@@-----@@@@@@---------...

Unfortunately, your ssd1306_printFixedN only prints garbage on my ST7735. And i would need a ssd1306_printN anyways. -> bug or feature request :-)

what is the -t option ? I still think this is small bug. When aFont[1] is 0x0A, then there must be a char with that width. In the following font...

i put the fontgenerator.py from master and 1.7_dev in my online compilers folder and no change, see below. But i admit that i do not know the syntax of your...

I have forgotten everything about this. But i remember that my online font compiler has two sizes and the pixel size must be higher than the tft size in order...

Sorry i am not the programmer. But i see that you did not test my advice to use two sizes but only use the -s option. Try using the two...