ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.98k stars 638 forks source link

Update glyphEditor.html to support reducing width/height, shift all #384

Closed htmltiger closed 1 month ago

htmltiger commented 1 year ago

Hi,

I have updated it to support for reducing height/width and also shift all chars in all direction.

Thanks.

marcelstoer commented 1 month ago

@ClutchplateDude as you recently improved the editor, I wonder what you think of the improvement proposed here. I am sure you could provide valuable feedback.

ClutchplateDude commented 1 month ago

I think this is great. The ability to change width and height and then move all pixels to adjust is very useful. I know I could have used it when I made some fonts recently and had to restart once or twice cause the dimensions were off. Code looks pretty solid, too, I would approve this :-) .

marcelstoer commented 1 month ago

I agree; appreciate your feedback.