I would like to put the finished project in the smallest project box w/ just the Pro Mini board, a 3.7v Li-ion battery or maybe 2 in series and one of the Displays, preferably the OLED.
Thank you guys, hope some one can help out. I see a lot of unanswered postings on this forum or a one line answer that doesn’t really address the issue.
You wouldn’t use the parallel interface. Either SPI or I2C. Google is your friend. This came when searching for ssd1308 arduino - http://dangerousprototypes.com/2011/10/ … inoteensy/ It uses SPI. Good luck - post your experiences back.
I just noticed the Arduino descriptions states- SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language
Can I use this- I2C: 4 (SDA) and 5 (SCL). Support I2C (TWI) communication using the Wire library.
The link says: the library Marcus provides is SPI only
I have successfully got the Basic LCD working but have no clue on how to proceed with the OLED display. I found the code in the link above but compiling generates a ton of errors. I think it’s for AVR Studio. I’m using Sketch 1.0, or I just don’t know what I’m doing. Sorry for all these Newbie idiotic questions.