Paweł Pelikan

Results 5 issues of 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: ![Image](https://github.com/user-attachments/assets/dda1182e-a167-4cd7-a59f-41d9f9ba5542) When clicked, there are multiple notifications: ![Image](https://github.com/user-attachments/assets/730c6689-099c-46aa-ba62-32c31962139e) 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...