Especificações: Display Oled 0.96 Azul E Amarelo Gráfico I2c 128x64 Arduino
– Tensão de operação: 2,2-5,5V
– Controlador: SSD1306
– Cor: Azul e Amarelo
– Comunicação: I2C
– Resolução: 128×64
– Dimensões: 27mm x 27mm
– Peso: 10g
Pinagem: Display Oled 0.96 Azul E Amarelo Gráfico I2c 128x64 Arduino
– GND: GND
– VCC: 2,2-5,5V
– SCL: Clock (Nivel Alto 2,2-5,5V)
– SDA: Dados (Nivel Alto 2,2-5,5V
Codigo teste Arduino uno
#include <Arduino.h>
#include <U8g2lib.h>
//#ifdef U8X8_HAVE_HW_SPI
//#include <SPI.h>
//#endif
#ifdef U8X8_HAVE_HW_I2C
#include <Wire.h>
#endif
U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, SCL, SDA, U8X8_PIN_NONE);
void setup(void) {
u8g2.begin();
}
void loop(void) {
u8g2.clearBuffer(); // clear the internal memory
u8g2.setFont(u8g2_font_ncenB08_tr); // choose a suitable font
u8g2.drawStr(0,10,"Tamanho letra 08!"); // write something to the internal memory
u8g2.sendBuffer(); // transfer internal memory to the display
delay(1000);
// u8g2.clearBuffer(); // clear the internal memory
u8g2.setFont(u8g2_font_ncenB14_tr); // choose a suitable font
u8g2.drawStr(0,30,"Tamanho 14!"); // write something to the internal memory
u8g2.sendBuffer(); // transfer internal memory to the display
delay(1000);
u8g2.setFont(u8g2_font_ncenB18_tr); // choose a suitable font
u8g2.drawStr(0,60,"T 18!"); // write something to the internal memory
u8g2.sendBuffer(); // transfer internal memory to the display
delay(1000);
u8g2.clearBuffer();
u8g2.sendBuffer(); // clear the internal memory
delay(1000);
}
Clientes que compraram este produto compraram também!
Bairro Itinga
Araquari -SC
Cep 89245-000
contato@diversoeletronica.com.br
Desenvolvido por Rein Sistemas