wangnick

Results 8 comments of wangnick

Hi Andreas, I've changed SPI.h and SPI.cpp as indicated above, see at https://github.com/wangnick/ATmega328PB-Testing. No fancy template programming, so I had to introduce some member variables and I had to make...

Folks, sorry for hijacking this issue, but I have a bit of trouble understanding the variable width font implementation in this library. Usually, fonts are created such that the running...

No, that's not it. Pixel rendering is fine, it's the character spacing that gets compressed, see: ``` c:\python27\python.exe fontgenerator.py --ttf c:\Users\Hobbyraum\Desktop\FreeSans.otf -s 27 -g 0 : -f new --demo-only -t...

First let me tell you that I'm really impressed by your library, in particular how little storage it requires. I am currently in the process of migrating my home and...

Ok, so I added an option `-fa` (for font advance) to `fontgenerator.py` and the respective expansion of the bitmap to `ttfsource.py`. Result is as I need: ``` C:\Users\Hobbyraum\Documents\Arduino\libraries\ssd1306\tools>c:\python27\python.exe fontgenerator.py --ttf...

Alexey, FYI, I've committed my initial set of changes to https://github.com/wangnick/ssd1306/tree/fontadvance. Btw, would you recommend to use lcdgfx instead of ssd1306? I do not fully understand the relationship between those...

> Regarding ssd1306 vs lcdgfx. > 1. ssd1306 is C -library while lcdgfx is C++ library (Many people like C++, but not C) > 2. lcdgfx based on C++ templates,...

Hi Pierre, this is on an Atmega328PB, but I guess it should work on all AVR 8-bit platforms. I guess you are concerned about the ESP32? Kind regards, Sebastian