1,3 polegadas 4Pin branco OLED LCD Display 12864 IIC I2C Módulo de interface
Uma parte da revisão foi traduzida automaticamente.
Conforme descrito. Funciona com Arduino Uno no barramento IC2. Alim: 5 vc Baixe as bibliotecas a serem incluídas no esboço: adafruta _GFX_Biblioteca Adafruit_SH1106-master. Conforme descrito. Funciona com Arduino Uno no barramento IC2. Suprimento: 5 vc Baixe as bibliotecas a serem incluídas no esboço: adafruta _GFX_Biblioteca Adafruit_SH1106-master.
Works well with both the Adafruit and the U8g2lib (I prefer this). By desoldering and moving a tiny SMD resistor you can change the I2C address from 0x78 to 0x7A and thereby use two displays with the same Arduino. The U8g2lib supports this using the setI2CAddress() function, example code: ---------------- #include #include #include U8G2_SSD1306_128X64_NONAME_1_HW_I2C odo(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); U8G2_SSD1306_128X64_NONAME_1_HW_I2C trip(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); void setup(void) { odo.setI2CAddress(0x7a); odo.begin(); odo.setFont(u8g2_font_ncenB14_tr); trip.setI2CAddress(0x78); trip.begin(); trip.setFont(u8g2_font_ncenB14_tr); .....
Bem embalado, fornecido em uma caixa de clipe plástico, inclui um conector de 4 pinos. A tela protegida por filme plástico parece limpa e intacta abaixo. Ainda para testar, mas tudo parece bem até agora.
Delivered display is not as the one shown in the listing, different model, VCC and GND are swapped, cannot choose I2C address. Need SH1106 driver to work.
no problems worked right from the start with no experience at all https://www.youtube.com/watch?v=epQIBtrsEv4
Those who are interested to see it next to its smaller 0,96" version, see the picture. I just simply connected the display parallel to 0,96" disp, no change in settings, which remained same as for smaller disp. Settings for the smaller disp: U8Glib_OLED library U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE); setup.
Comprado do estoque Reino Unido: expedição rápida, preço ligeiramente superior ao do display para importar da China, bem embalado, mas com pininatura diferente do apresentado para venda (Vcc e GND são invertidos - veja foto) e não está funcionando. Tentei todas as bibliotecas, mas não funciona com nenhuma! O display está sempre desligado! Se funcionasse, teria ficado muito satisfeito com os prazos de entrega e os preços, e com a embalagem... Mas infelizmente não funciona. Talvez seja apenas defeituoso a peça que me foi entregue.
The display I have received was not like the one advertised: In the Banggood product page picture you see that it is possible to select the I2C address while in the item that I have received this is not possible (see the picture) and the I2C address is fixed to 0x3C. Also be careful that If you want to use it with arduino you need to use SH1106 libraries and not the SSD1306 ones In any case the product is working
After I ordered these, I decided to use a Raspberry Pi for my project. I found drivers at https://github.com/rm-hull/luma.oled and these worked fine with a Raspberry Pi 3 Model B and Raspberry Pi Zero W. To run the examples, add "-d sh1106" to the command line. like: python3 examples/clock.py -d sh1106 It took a little work to learn how to change the fonts in my display but it turned out to be straightforward by looking up PIL fonts. http://pillow.readthedocs.io/en/5.1.x/reference/ImageFont.html Fonts in the luma,examples/fonts directory worked fine. The photo shows the font code2000.ttf
Je viens juste de le recevoir et de le monter sur mon "DIY RX5808 5.8G 40CH Diversity FPV Receiver with OLED Display" car l'afficheur d'origine est cassé. Celui-ci est plus grand donc plus lisible et il affiche en bleu ! Bizare, je l'avais commandé blanc. C'est joli aussi, bleu. j'ai juste un petit problème, les adresses d'affichage ne doivent pas être les mêmes que sur l'ancien afficheur car l'image est brouillée et j'ai une série de chiffres qui défilent sur la ligne du haut. Je suppose qu'il doit falloir corriger quelques lignes de programme dans le "DIY RX5808 5.8G 40CH Diversity FPV Receiver with OLED Display". Si quelqu'un connait une mise à jour toute prête car je suis nul en programmation.