Giter VIP home page Giter VIP logo

Comments (3)

divins avatar divins commented on July 30, 2024

Hi @jguillod did you finally managed to make it work? I'm at the same situation, adafruit library is working, and this one is printing on serial but nothing is shown at the display. Thanks!

from ssd_13xx.

jguillod avatar jguillod commented on July 30, 2024

No sorry, I had no time to find how to make this lib to work ! But still interested…

from ssd_13xx.

divins avatar divins commented on July 30, 2024

Hi again! I'm not sure it will work for you, but I got DC on the wrong pin (8 instead of 9 that usually goes on the examples) but it was not enough: I had to add the Reset pin when calling the library. In my case it is at pin 9, so the call is this way:

#include <SPI.h>
#include <SSD_13XX.h>

#define __CS1 	10
#define __DC 	8

SSD_13XX tft = SSD_13XX(__CS1, __DC, 9);

This worked! Hope it helps you too...

Pins go like this in my Oled - Arduino:

GND - GND
VCC - 3.3v
SCL - 13
SDA - 11
RES - 9
DC - 8
CS - 10

Take into account I got my oled from Banggood, so it's not the official Adafruit one. Maybe the pins are not as they should.

from ssd_13xx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.