Arduino DUE-like and OLED

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dekip
 
Posts: 34
Joined: Thu Aug 10, 2017 3:57 pm

Arduino DUE-like and OLED

Post by dekip »

I do realize that this is not the 100% right place for my problem, but I think it is at least 20%. :)

First things, first.
I have a Flip&Click SAM3X https://www.mikroe.com/flip-n-click-sam3x from Mikroe. I hope you do know a thing or two about these guys. This board is 100% compatible with Arduino Due. With Arduino IDE works like a charm. With this board, I am using their Oled C click board which is a sort of a shield, module. This one https://www.mikroe.com/oled-c-click

With this setup, I am using your lib Adafruit_SSD1351. I get some data on the display, but not as it should. Now, your lib works with 1.5" and 1.27" SSD1351 displays. This one is 1.12" with 96x96 resolution. There are differences.

What I get...
Text is fliped, not mirrored. And it is on the right and down offset. Is there anything in your lib that I could use to fix this?

Mikroe doesn't have any Arduino IDE example. I checked their lib for their compilers for macros. All values are the same as in your lib.
https://github.com/MikroElektronika/OLE ... c_driver.c
https://github.com/adafruit/Adafruit-SS ... _SSD1351.h
At least, I didn't find any differences.
But again, the driver is the same, the screen is not. Here it is PSP27801.

I get across this post: https://www.reddit.com/r/arduino/commen ... _flipping/ It says for changing/swapping values. Not sure what to change, and with what.

Any help would be appreciated.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”