Ihr Warenkorb ist leer
Ihr Warenkorb ist leer Overview
This is a general RGB OLED display Module, 1.5inch diagonal, 128x128 pixels, 16-bit high color (65K colors), with embedded controller,
communicating via SPI interface.
Features
- 128x128 high resolution, 65K colors, clearly displays colorful images
- Supports 4-wire SPI OR 3-wire SPI interface, configured via onboard resistor
- Comes with development resources and manual (examples for Raspberry Pi/Jetson Nano/Arduino/STM32)
Specifications
- Driver: SSD1351
- Interface: 4-wire SPI, 3-wire SPI
- Display color: RGB, 65K colors
- Resolution: 128x128
- Viewing angle: >160°
- Operating voltage: 3.3V / 5V
- Dimension: 44.5 x 37 (mm)
PACKAGE CONTENT
1.5inch RGB OLED Module x1
PH2.0 7Pin x1
Development Resources
Wiki : www.waveshare.com/wiki/1.5inch_RGB_OLED_Module
100% original,offer technical support!
Jvenema
Bewertet in Deutschland am 2. Juni 2024
It does work with a ESP32. It works a lot faster via the constructor with the SPIClass, but note that the MISO pin is not used, with this SPI device, you only sending data to the oled.// VSPI pins#define SCLK_PIN 18#define MOSI_PIN 23#define MISO_PIN 19#define DC_PIN 21#define CS_PIN 5#define RST_PIN 22SPIClass vspi = SPIClass(VSPI);Adafruit_SSD1351 oled = Adafruit_SSD1351(SCREEN_WIDTH, SCREEN_HEIGHT, &vspi, CS_PIN, DC_PIN, RST_PIN);
Benjamin Chrysler
Bewertet in den USA am29. Dezember 2023
I'm using this connected to an ESP32 for a custom ESPHome air quality monitor. I tried another display that I could not get to work, but this one worked on the first try.The display is bright and clear. The cabling is generously long and convent for connecting to header pins of controller boards.I've only used this a few days, so can't yet speak to long-term reliability.
Ivo R.
Bewertet in Spanien am 21. Mai 2022
convém saber programar em Arduino...
Krumedia G.
Bewertet in Deutschland am 19. Juli 2022
Das Display läuft mit wechselnden Anzeigen, trotzdem brennen sich die Bilder/Texte immer mehr ein. Der Hintergrund wird auch immer heller mit der Zeit, mittlerweile - nach 6 Monaten - ist der Einbrand nicht mehr von der Anzeige zu unterscheiden und das Teil ist praktisch unbrauchbar.
Wolfgang Schwarz
Bewertet in Deutschland am 18. Oktober 2022
Leuchtstarkes preiswertes 128x128-OLED für SPI-Ansteuerung inklusive Anschlußkabel.
Zeboss
Bewertet in Frankreich am 14. Januar 2021
Très bon contraste et rapidité très correcte (sauf sur Arduino, mais ça ce n'est pas nouveau, Arduino doit être issu du croisement d'un aï et d'un escargot :) ).Finesse d'affichage très bonne.
Vitally
Bewertet in Kanada am 26. Mai 2019
This is an absolutely gorgeous little display. The board is very well made feels good in the hand. The breakout cable is very useful and makes hook-up really easy. The colors are crisp and vivd. Ignore the provided tutorials. Use UCGlib. It took all of 5 minutes to get setup.
Kevin in PA
Bewertet in den USA am19. August 2018
I was concerned about the only other 1 star review, but liked the RGB color and 128x128 size of this unit, so picked one up to try out. I spent quite a while with setup and testing, trying out the luma.oled drivers on a Raspberry Pi 3B+ with intermittent success. Sometimes things worked and sometimes they didn't. My own code in python with luma.oled would work perfectly sometimes, and then sometimes the display would not show anything, being completely black.After a while I decided to test the Waveshare demo code, to try and find out if I had somehow killed the display or not. The demo code from Waveshare worked every time. I've posted an issue for the luma.oled developers and hopefully whatever is intermittent can be fixed so this works well for both types of Pi drivers.With the Waveshare demo code, the display looks very nice. Good colors. White is a nice shade and individual colors look realistic (not washed out.) The image demos look pretty good, for a small display of only 128x128 pixels. Overall pleased with this display so far.
Cybertech Digital Cosplay Solutions
Bewertet in Deutschland am 18. Juli 2018
Nachdem ich die Displays bestellt hatte und diese nach knapp einem Monat ankamen habe ich diese in Kombination mit einem Adafruit Snake Eyes Bonnet zum laufen gebracht. Anfangs war das problem das eins der Displays einen Gelbstich hatte woraufhin ich sofort Coolwell benachritete und diese mich fragten ob ich ihnen den Code zukommen lassen könne damit diese mir ein ersatzdisplay schicken könnten. Nun gesagt getan Link zur Adafruit seite gechickt und gewartet. Nach ein paar Tagen des Testens der Displays fing das andere Display an Streifen anzuzeigen. Stellte sich heraus das das Flachbandkabel eine macke hatte. Nochmal Coolwell benachrichtigt und diese haben mir dann sofort ein ersatzdisplay zukommen lassen. Ausgepackt angeschlossen und funktioniert 1A. Bin mir nicht sicher ob es sich bei den beiden Displays zuvor um eine schlechte Serie handelt oder ob diese generel zu Problemen neigen. Generell Preis Leistung ist ok wenn man bedenkt das das equivalent soviel kostet wie zwei von diesen Displays.
Produktempfehlungen