rtlprmft

Results 4 comments of rtlprmft

Sorry, I forgot to mention that I also implemented the option to set a scale factor for the x/y output so that when creating lithophanes one can more easily scale...

Eventually found the solution. I suggest the following change, either optional or as preprocessor choice: ~~~ void SSD1306Device::newLine(uint8_t fontHeight) { oledY+=fontHeight; if (oledY > oledPages - fontHeight) { const uint8_t...

Preprocessor directive is fine. I understand that for some people space is more important than convenience. If this feature is not available you might need an additional buffering which wastes...

I just realized that with this fix, the output frequency is wrong by 5%. I fixed that for my case (resample_fast and delta_t==1) by commenting /*for (int i = 0;...