JS library for OLED display
- 
					
					
					
					
 Just thought I would share this, in case anyone had a use for it. https://github.com/naddeoa/onion-oled-js It's a promise oriented library for the OLED display. I picked up a display recently and I wanted to start writing some stuff in JS, but I couldn't find any wrapper libraries for it yet. Right now, it just wraps the oled-expexecutable with promises, but I plan on adding some higher level functionality so you can do things like write sentences that don't wrap and have the screen scroll up as you write.