Paweł Pelikan
Paweł Pelikan
This fix optimizes the usage of memory. Fonts are no longer buffered in RAM, instead they are being read directly from Flash. Based on https://github.com/olikraus/u8g2/issues/159 Tested and verified on ESP8266...
Consider adding zoom functionality. Easiest way to implement: -just rescale the tiles in tilebuffer, rest will happen automatically, -separate tile size in tilebuffer from values seen in UI by introducing...
Exported image has too big dimensions for small size of layer. Steps to reproduce: 1. change layer size to e.g. 15x15 tiles 2. draw the level 3. export the layer...
Hello, I am constantly seeing this distracting message with animation:  When clicked, there are multiple notifications:  Steps to reproduce: 1. Open one or more Nim source code file...
First of all, thank you for this great library! ### ListView When using the ListView widget with big amount of items, it renders the items randomly as shown below, index...