No hay artículos en el carro
No hay artículos en el carroNONO
Reseñado en Alemania el 4 de marzo de 2025
Das Produkt ist nicht das selbe wie auf den Bildern. Um das Display über Arduino IDE anzusteuern, braucht man eine andere Library als mit den Normalen Display. Diese Library verbraucht zu viel Speicherplatz. Dadurch kann man nicht mit jedem Mirkocontroller das Display nutzen.
pierluig lupi
Reseñado en Italia el 21 de marzo de 2025
Terribile....nothing is working,...all to waste mayerial, supplire to delete absolutely
Nick
Reseñado en España el 3 de febrero de 2025
Quería una pantalla de 1.3" para hacer un reloj con un esp32, usando la librería correspondiente (Adafruit_SH110X) me ha costado hacerlas funcionar, la primera directamente se veían artefactos (comparada con una de 0.96" que funciona con el mismo driver) la 2nda ha funcionado perfectamente he ido a probar la 3ra por asegurar y tenía lineas muertas, asi que voy a proceder a devolverlas
Talmid Davar
Reseñado en Italia el 4 de enero de 2025
Funzionano, zero difetti, imballaggio perfetto
Justin&Kitty
Reseñado en el Reino Unido el 7 de octubre de 2024
If using Arduino software + ESP32 generic board you will need to load the "Adafruit SH100X" library (note that the smaller (0.96") screens use the "Adafruit SSD1306" library). To get it working you should IGNORE the address information printed on the back of the board (it says "0x78" or "0x7A").. these are incorrect and bit left-shifted by 1! - don' know why!. Anyway, the board address is actually 0x3C (i.e. the default value for 128x64 used in the Adafruit library - so stick with 0x3C). See the Examples=>Adafruit SH110X=> "SH1106_128x64_i2c_QTPY.ino"Note: As always.. you can reconfigure the SDA and SCL pins to suit your application - they are configured using the Arduino or Adafruit "wire" libraries. e.g. Wire.begin(I2C_SDA_Pin, I2C_SCL_Pin);
Productos recomendados