SSD1306 oled with the parallax propeller?
pico
Posts: 29
in Propeller 1
hey guys,
Is there any way to use an SSD1306 oled with the propeller in Propeller-GCC?
https://ae01.alicdn.com/kf/HTB1QRR_bUgQMeJjy0Fgq6A5dXXam/0-91-Inch-128x32-IIC-I2C-Blue-OLED-LCD-Display-DIY-Oled-Module-SSD1306-Driver-IC.jpg_640x640.jpg
Thanks!
Is there any way to use an SSD1306 oled with the propeller in Propeller-GCC?
https://ae01.alicdn.com/kf/HTB1QRR_bUgQMeJjy0Fgq6A5dXXam/0-91-Inch-128x32-IIC-I2C-Blue-OLED-LCD-Display-DIY-Oled-Module-SSD1306-Driver-IC.jpg_640x640.jpg
Thanks!
Comments
This is in the OBEX:
http://obex.parallax.com/object/725
The Parallax Hackable Badge uses that chip:
https://www.parallax.com/product/20000
Yeah I found that before, but that is spin code. I want to program in C.
https://sites.google.com/site/propellergcc/documentation/tutorials/spin2cpp
Read around on that site, there's loads of good info there
https://learn.parallax.com/tutorials/language/blocklyprop/memsic-2125-tilt-oled-bubble-display
https://learn.parallax.com/tutorials/language/blocklyprop/rfid-scan-and-store-eeprom-project
https://learn.parallax.com/tutorials/language/blocklyprop/oled-display-blocklyprop
You can take the C code from these programs and run them in SimpleIDE.
Ken Gracey
I have tried to convert it myself, but without luck...
If anybody were able to convert it, would you mind sending it to my email: nicolai@flugt.dk?
You can open that library and see that Matthew wrote it back in 2016.
Mike
Oops, got lost in this thread. The SSD1306 is also available in the latest Simple Libraries as part of the Badges. You can include one of them in your project and use the display or you can copy out just the display piece as a separate library.
It's been on my "To Do" list for a while -- a new job has cut into my free time. That said, I just bought the new badge so there is more incentive to get it programmed in Spin (I only use Spin). Perhaps I'll have time over the Thanksgiving weekend.