Ok here is the part I am playing with:
https://www.uctronics.com/displa...
There is an Arduino Library that does all the heavy work for me. I tested it out and it's super easy to use. heres my rub...
I want to use the library in my project in AS7. From what I have read here I should be able to massage it in, but I need to modify the library as I would prefer not to use WIRE.x to run my I2C bus, but it looks like theres more hiding in teh .h/.c files than just the WIRE.x stuff.
Has anyone ever been able to get this working without the need for Arduino's IDE?
I see my version of Codevision as something to drive these that I am looking at now, but I would like to be able to use teh Arduino library if at all possible.
Link to the OLED arduino library:
https://github.com/olikraus/U8g2...
I see David has provided some alternatives in other forums that I will have to look into. Thing is, this library hs the ability to draw bars across the screen and other basic graphics rather easily so if I can make this work all teh better.
Jim