greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
500 stars 122 forks source link

SSD1306Ascii is awesome! 👍 #72

Closed urish closed 4 years ago

urish commented 4 years ago

Hi Bill,

First of all, thank you very much for creating this library! It makes it so much easier when you just want to print some text on your SSD1306 display :-)

And I really liked the fact that you have so many fonts to choose from, and also played around with the ticker functionality, it is really fun!

I added the library to an Arduino simulation engine I'm working on, so now people can use it in the SSD1306 playground, as you can see below:

image9

It shows the scrolling display example (with just a small change, I2C address changed 0x3d).

If you are interested, I can create simulation pages for the SSD1306Ascii examples and send a pull request to add links to the README.md file, so your users can easily find them.

This means that users will be able to experiment with the library right within the browser, without having to download or install anything, and also verify their code before uploading it to the actual hardware.

What are your thoughts?

greiman commented 4 years ago

I am not adding any features to my libraries. I will soon stop maintaining them.

urish commented 4 years ago

Thanks for the quick response and being upfront with you plans. Does it also apply for the SdFat library?

Are you looking for a new maintainer?

greiman commented 4 years ago

I will be fixing bugs for some time but not adding features.

I plan to upgrade SdFat to version 2. Many people are using SdFat-beta, the new version 2.0.

urish commented 4 years ago

Got it! If you need any help with testing or anything, feel free to drop me a line.

And if at any point you'll be interested, my suggestion to create a simulation environment where people can experiment with SdFat / SSD1306Ascii and run the code examples in the browser is still open...

DirtyEngineer commented 4 years ago

@greiman Thank you for all your work on SSD1306Ascii!