-
Datei
neu_sh1106_gehtnicht.txt
(SH1106_SETMULTIPLEX); // 0xA8 SSD1306_WRITECOMMAND(0x3F); SSD1306_WRITECOMMAND(SH1106_SETDISPLAYOFFSET); // 0xD3 SSD1306_WRITECOMMAND(0x00); // no offset SSD1306_WRITECOMMAND(SH1106_SETSTARTLINE | 0x0);
in „Display"fehler" bei OLED Module IIC I2C 128x64“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SH1106_V2.3.pdf
COG form, thickness: 300mm n Programmable frame frequency and multiplexing ratio General Description SH1106 is a single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system. SH1106 consists of 132 segments, 64 commons that can support a maximum display resolution of 132 X 64. It is designed for Common Cathode type OLED panel. SH1106 embeds with contrast control, display RAM oscillator and efficient DC-DC converter, which reduces the number of external components and power consumption. SH1106 is suitable for a wide range of compact
-
PDF
SH1106.pdf
COG form, thickness: 300mm n Programmable frame frequency and multiplexing ratio General Description SH1106 is a single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system. SH1106 consists of 132 segments, 64 commons that can support a maximum display resolution of 132 X 64. It is designed for Common Cathode type OLED panel. SH1106 embeds with contrast control, display RAM oscillator and efficient DC-DC converter, which reduces the number of external components and power consumption. SH1106 is suitable for a wide range of compact
in „SH1106 Init-Sequenz“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SH1106_datasheet.pdf
COG form, thickness: 300μm Programmable frame frequency and multiplexing ratio General Description SH1106 is a single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system. SH1106 consists of 132 segments, 64 commons that can support a maximum display resolution of 132 X 64. It is designed for Common Cathode type OLED panel. SH1106 embeds with contrast control, display RAM oscillator and efficient DC-DC converter, which reduces the number of external components and power consumption. SH1106 is suitable for a wide range of compact
in „SH1106 Init-Sequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * oled library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
PDF
1_3_OLED_ebook_deutsch.pdf
und einen starken Kontrast. Zur Ansteuerung steht eine i²c Schnittstelle mit dem Standard-Controller SH1106 zur Verfügung. Programmieren des OLED-Displays mit der u8g2 Bibliothek Ve rdrahten des Moduls mit einem Arduino Uno: VDD wird mit 5V am Arduino verbunden Rote Leitung GND wird mit GND verbunden Schwarze
in „Spannungsversorgung Arduino läuft nicht über Vin oder 5V-Pin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SH1106Wire.h
support us by buying our products (and not the clones) from * https://thingpulse.com * */ #ifndef SH1106Wire_h #define SH1106Wire_h #include "OLEDDisplay.h" #include <Wire.h> #define SH1106_SET_PUMP_VOLTAGE 0X30 #define SH1106_SET_PUMP_MODE 0XAD #define SH1106_PUMP_ON 0X8B #define SH1106_PUMP_OFF 0X8A //-------------------------------------- class SH1106Wire : public OLEDDisplay { private: uint8_t _address; uint8_t _sda; uint8_t _scl; public: SH1106Wire(uint8_t _address, uint8_t _sda, uint8_t _scl, OLEDDISPLAY_GEOMETRY g = GEOMETRY_128_64) { setGeometry
in „ESPEasy Sketch Kompilierungsfehler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_gfx.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OLED_Test.ino
; // display offset data set = 0 (POR) SPI.transfer(0x8d); // charge pump setup -> not working for SH1106 SPI.transfer(0x14); // supposed to setup charge pump, instead sets higher column address to 4 on SH1106 SPI.transfer(0x20); // page addressing mode -> not working for SH1106 SPI.transfer(0x00); /
in „SH1106 Init-Sequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
oled.c
/* * This file is part of oled library for ssd1306/sh1106 oled-display. * * oled library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
lcd_gfx.c
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.cpp
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
Fehlerbericht.txt
'GEOMETRY_128_64' was not declared in this scope SH1106Wire(uint8_t _address, uint8_t _sda, uint8_t _scl, OLEDDISPLAY_GEOMETRY g = GEOMETRY_128_64) { ^ sketch\SH1106Wire.h: In constructor 'SH1106Wire::SH1106Wire(uint8_t, uint8_t, uint8_t, int)': SH1106Wire.h:51:20: error: 'setGeometry' was not declared in this scope setGeometry(g); ^ sketch\SH1106Wire.h: In member function 'virtual void SH1106Wire::display()': SH1106Wire.h:78:26: error: 'displayHeight' was not declared in this scope for (y = 0; y < (displayHeight / 8); y++) { ^ SH1106Wire.h
in „ESPEasy Sketch Kompilierungsfehler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
display in pixels: 96 or 128 * @param height Height of the display in pixels: 16, 32 or 64 * @param isSH1106 Must be true=SH1106 chip, false=SSD1306 chip */ OLED(uint8_t sda_pin, uint8_t scl_pin, uint8_t reset_pin=NO_RESET_PIN, uint8_t i2c_address=0x3C, uint_fast8_t width=128, uint_fast8_t height=32, bool
in „Zeichnen eines Punktes mit LCD_Plot_Point“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
display in pixels: 96 or 128 * @param height Height of the display in pixels: 16, 32 or 64 * @param isSH1106 Must be true=SH1106 chip, false=SSD1306 chip */ OLED(uint8_t sda_pin, uint8_t scl_pin, uint8_t reset_pin=NO_RESET_PIN, uint8_t i2c_address=0x3C, uint_fast8_t width=128, uint_fast8_t height=32, bool
in „Arduino Bibliothek - Methoden bzw. Funktionen en Detail erklärt - gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
display in pixels: 96 or 128 * @param height Height of the display in pixels: 16, 32 or 64 * @param isSH1106 Must be true=SH1106 chip, false=SSD1306 chip */ OLED(uint8_t sda_pin, uint8_t scl_pin, uint8_t reset_pin=NO_RESET_PIN, uint8_t i2c_address=0x3C, uint_fast8_t width=128, uint_fast8_t height=32, bool
in „Display was auf Knopfdruck Datum anzeigt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
display in pixels: 96 or 128 * @param height Height of the display in pixels: 16, 32 or 64 * @param isSH1106 Must be true=SH1106 chip, false=SSD1306 chip */ OLED(uint8_t sda_pin, uint8_t scl_pin, uint8_t reset_pin=NO_RESET_PIN, uint8_t i2c_address=0x3C, uint_fast8_t width=128, uint_fast8_t height=32, bool
in „OLED Display mit I2C Bus am Slave betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
error.txt
-Os -mcall-prologues -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT SH1106.o -MF dep/SH1106.o.d -c SH1106.c avr-gcc -mmcu=atmega328 -Wall -I. -Ibitmaps -DF_CPU=8000000UL -DOSC_STARTUP=16384 -gdwarf-2 -std=gnu99 -Os -mcall-prologues -funsigned-char -funsigned-bitfields -
-
Datei
error.txt
-Os -mcall-prologues -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT SH1106.o -MF dep/SH1106.o.d -c SH1106.c avr-gcc -mmcu=atmega328 -Wall -I. -Ibitmaps -DF_CPU=8000000UL -DOSC_STARTUP=16384 -gdwarf-2 -std=gnu99 -Os -mcall-prologues -funsigned-char -funsigned-bitfields -
-
Datei
error.txt
-Os -mcall-prologues -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT SH1106.o -MF dep/SH1106.o.d -c SH1106.c avr-gcc -mmcu=atmega328 -Wall -I. -Ibitmaps -DF_CPU=8000000UL -DOSC_STARTUP=16384 -gdwarf-2 -std=gnu99 -Os -mcall-prologues -funsigned-char -funsigned-bitfields -
-
Datei
0.42inch_oled_ssd1306_72x40_demo.ino
reset=*/ 8); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem //U8X8_SH1106_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8X8_SH1106_128X64_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); //U8X8_SH1106_128X64_VCOMH0_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range //U8X8_SH1106_128X64_WINSTAR_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but uses updated SH1106 init sequence //U8X8_SH1106_72X40_WISE_4W_HW_SPI u8x8(/* cs=*/ 10, /*
in „Mini Display ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config_328.h
LCD_SCLK /* port pin used for SCK */ #define SPI_MOSI LCD_SDIN /* port pin used for MOSI */ #endif /* * SH1106 * - 4 wire SPI interface using bit-bang SPI * - untested */ #if 0 #define LCD_SH1106 /* display controller SH1106 */ #define LCD_GRAPHIC /* graphic display */ #define LCD_SPI /* SPI interface */
in „ComponentTester-1.42m problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config_328.h
LCD_SCLK /* port pin used for SCK */ #define SPI_MOSI LCD_SDIN /* port pin used for MOSI */ #endif /* * SH1106 * - 4 wire SPI interface using bit-bang SPI * - untested */ #if 0 #define LCD_SH1106 /* display controller SH1106 */ #define LCD_GRAPHIC /* graphic display */ #define LCD_SPI /* SPI interface */
-
Datei
HX711_Tropfen.ino
#include <Servo.h> #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SH1106.h> #include <Fonts/FreeSans12pt7b.h> #include <Fonts/FreeMonoBold24pt7b.h> #include <RotaryEncoder.h> Adafruit_SH1106 display(-1); // HX711 circuit wiring const int LOADCELL_DOUT_PIN = 2; const int
in „Tropfenzähler für Arzneimittel mit Waage HX711 und Arduino“ · Projekte & Code ·
-
Datei
Lueftersteuerung.ino
#include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SH110X.h> #include "DHT.h" //====================================== Temperatureinstellungen #define solltemp 18 #define stufe1 solltemp+4 #define stufe2 solltemp+5 #define stufe3 solltemp+6 #define stufe4
in „Probleme mit Arduino Uno und Oled Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
EPaper_1_54_Test.ino
reset=*/ 8); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem //U8G2_SH1106_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8G2_SH1106_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); //U8G2_SH1106_128X64_VCOMH0_1_4W_HW_SPI
in „Fragen zu Waveshare e-paper 1.54"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HelloWorld.ino
Pins are SCK = 13 and MOSI = 11) //U8GLIB_SSD1306_64X48 u8g(U8G_I2C_OPT_NONE); // I2C / TWI //U8GLIB_SH1106_128X64 u8g(13, 11, 10, 9); // SW SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9 //U8GLIB_SH1106_128X64 u8g(4, 5, 6, 7); // SW SPI Com: SCK = 4, MOSI = 5, CS = 6, A0 = 7 (new blue HalTec OLED) //U8GLIB_SH1106_128X64 u8g(U8G_I2C_OPT_NONE); // I2C / TWI //U8GLIB_SH1106_128X64 u8g(U8G_I2C_OPT_DEV_0|U8G_I2C_OPT_FAST); // Dev 0, Fast I2C / TWI //U8GLIB_SH1106_128X64 u8g(U8G_I2C_OPT_NO_ACK); // Display which does not send ACK //U8GLIB_SSD1309_128X64 u8g(13, 11, 10,
in „Arduino OLED Display Ansteuern & "Hello World" Programme gehen nicht.“ · Softwareentwicklung ·
-
Datei
HelloWorld.ino
reset=*/ 8); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem //U8G2_SH1106_128X64_NONAME_F_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8G2_SH1106_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); //U8G2_SH1106_128X64_VCOMH0_F_4W_HW_SPI
in „ST7567 Display falsch mit Arduino Nano verbunden?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Dropdown-Menü für Geräteeinstellungen in einer Software
Controllers Hardware Devices Rules Notifications Task Settings Device: - None - Display - OLED SSD1306/SH1106 Framed Display - OLED SSD1306/SH1106 Thermo Display - PCD8544 Nokia 5110 LCD Display - POWR3xxD/THR3xxD Display - ST77xx TFT Display - TFT ILI934x/ILI948x Display - elnk with Lolin ePaper screen
in „Günstiges und einfaches Mini-Controller Board, was würdet ihr heute nehmen?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
OLED_Test.ino
SPI.transfer(0x00); // memory-mode setup to horizontal-address-mode #endif // lets see if 0x8d works with the SH1106, disable the charge-pump // charge-pump voltage measured: 8,1V #if 1 digitalWrite(DC, LOW); // write commands SPI.transfer(0x8d); // charge-pump command SPI.transfer(0x10); // turns on the charge-pump #endif // clear internal RAM of SH1106 for(row=0;row<8;row++) { digitalWrite(DC, LOW); // write commands SPI.transfer(0xb0 + row); // set page address SPI.transfer(0x00); // set lower column address to 0 SPI.transfer(0x10); // set higher
in „SH1106 Init-Sequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
_P168_ThermOLED.ino
-- */ #define PLUGIN_168 #define PLUGIN_ID_168 168 #define PLUGIN_NAME_168 "Display - OLED SSD1306/SH1106 Thermo" #define PLUGIN_VALUENAME1_168 "setpoint" #define PLUGIN_VALUENAME2_168 "heating" #define PLUGIN_VALUENAME3_168 "mode" #define PLUGIN_VALUENAME4_168 "timeout" #define P168_Nlines 1 #define
in „ESPEasy Sketch Kompilierungsfehler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.cpp
t scl_pin, uint8_t reset_pin, uint8_t i2c_address, uint_fast8_t width, uint_fast8_t height, bool isSH1106) : sda_pin(sda_pin), scl_pin(scl_pin), reset_pin(reset_pin), width(width), height(height), i2c_address(i2c_address), isSH1106(isSH1106), pages((height + 7) / 8), bufsize(static_cast<uint_least16_
in „Zeichnen eines Punktes mit LCD_Plot_Point“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.cpp
t scl_pin, uint8_t reset_pin, uint8_t i2c_address, uint_fast8_t width, uint_fast8_t height, bool isSH1106) : sda_pin(sda_pin), scl_pin(scl_pin), reset_pin(reset_pin), width(width), height(height), i2c_address(i2c_address), isSH1106(isSH1106), pages((height + 7) / 8), bufsize(static_cast<uint_least16_
in „Arduino Bibliothek - Methoden bzw. Funktionen en Detail erklärt - gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.cpp
t scl_pin, uint8_t reset_pin, uint8_t i2c_address, uint_fast8_t width, uint_fast8_t height, bool isSH1106) : sda_pin(sda_pin), scl_pin(scl_pin), reset_pin(reset_pin), width(width), height(height), i2c_address(i2c_address), isSH1106(isSH1106), pages((height + 7) / 8), bufsize(static_cast<uint_least16_
in „Display was auf Knopfdruck Datum anzeigt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.cpp
t scl_pin, uint8_t reset_pin, uint8_t i2c_address, uint_fast8_t width, uint_fast8_t height, bool isSH1106) : sda_pin(sda_pin), scl_pin(scl_pin), reset_pin(reset_pin), width(width), height(height), i2c_address(i2c_address), isSH1106(isSH1106), pages((height + 7) / 8), bufsize(static_cast<uint_least16_
in „OLED Display mit I2C Bus am Slave betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nexus.ino
include <splash.h> #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SH110X.h> #include <MuxClient.h> #include <Button.h> #include <Fan.h> /* Mux Adresslist: 0 Ext2 1 Ext1 2 Button 3 Sense 0 4 Sense 1 5 Sense 2 6 Sense 3 7 Pot 8 Var 9 TMP OR 10 TMP UR 11 TMP Mitte 12 TMP
in „Laufzeitproblem mit Mux und Arduino Nano 33 ioT“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Allvision_0_91_inch_OLED_128x32_SSD1306.pdf
www.szallvision.com 8 4.Functional Specification 4.1 Commands Refer to the Technical Manual for the SH1106G 4.2 Power down and Power up Sequence To protect OEL panel and extend the panel life time, the driver IC power up/down routine should include a delay period between high voltage and low voltage power
in „Mit Wire.h über I2C auf LCD-Display 1602 zugreifen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Allvision_0_91_inch_OLED_128x32_SSD1306.pdf
www.szallvision.com 8 4.Functional Specification 4.1 Commands Refer to the Technical Manual for the SH1106G 4.2 Power down and Power up Sequence To protect OEL panel and extend the panel life time, the driver IC power up/down routine should include a delay period between high voltage and low voltage power
in „Arduino Bibliothek - Methoden bzw. Funktionen en Detail erklärt - gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ChanSortBeispiel.pdf
NDR FS HH HD Unchecked11582 H Astra 1 1 1201 10329 5221 5221 27500SES/AstraSES/Astra ARD 29 NDR FS SH HD Unchecked11582 H Astra 1 1 1201 10330 5221 5221 27500SES/AstraSES/Astra ARD 30 alt_NDR FS HH 12110 H Astra 1 1 1073 28225 2601 2601 27499SES/AstraSES/Astra ARD Unchecked 31 alt_NDR FS MV Unchecked12110
-
Datei
riglol.c
= "8EEBD4D04C3771"; char DSA815_private_key[] = "80444DFECE903E"; char DS1000Z_private_key[] = "6F1106DDA994DA"; char private_key[] = ""; char prime1[] = "AEBF94CEE3E707"; char prime2[] = "AEBF94D5C6AA71"; char curve_a[] = "2982"; char curve_b[] = "3408"; char point1[] = "7A3E808599A525"; char point2
in „Rigol-DS1054Z“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FS-1050.pdf
HINDE FRONT R 1 Yes Yes Yes Yes 0013 5MVX444SH001 BUTTON A 1 Yes No No No 0014 5MVX444SH002 BUTTON B 1 Yes No No No 5MVX631SH008 BUTTON 1 No Yes Yes Yes 0015 5MVX322SN002 LEVER BUTTON 1 Yes No No No 0017 5MVB764SH013 HOLDER PANEL 1 Yes No No No 0022
in „Kyocera mita FS-1050: Lautes Geräusch ca. 13s nach Einschalten“ · PC Hard- und Software ·
-
Datei
OLED_Test.ino
2µs SPI.begin(); SPI.setBitOrder(MSBFIRST); // Init digitalWrite(CS, LOW); // clear internal RAM of SH1106 for(row=0;row<8;row++) { digitalWrite(DC, LOW); // write commands SPI.transfer(0xb0 + row); // set page address SPI.transfer(0x00); // set lower column address to 0 SPI.transfer(0x10); // set higher
in „SH1106 Init-Sequenz“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Beschreibung_Steuerungssoftware_und_Platinenlayout.pdf
rechts-Drehung links - Steuern von einem WS2812B RGB LED Ring mit 24-32 LEDs - Bedienung über Balkenmenu auf SH1106-OLED-Display 128 x 64 Pixel - Menu-Steuerung über Drehgeber - Menu viersprachig (DE, EN, FR, ES) Alle Einstellungen bei Veränderung speichern und bei Programmstart wiederherstellen - Hauptmenu 1.
in „Unterstützung gesucht, Micropython & Platinenlayout“ · Markt ·
-
Datei
alt_mitfehlern.txt
SSD1306_WRITECOMMAND(0xD5); //--set display clock divide ratio/oscillator frequency SSD1306_WRITECOMMAND(SH1106_MEMORYMODE); // 0x20 SSD1306_WRITECOMMAND(0x10); //00,Horizontal Addressing Mode;01,Vertical Addressing Mode;10,Page Addressing Mode (RESET);11,Invalid SSD1306_WRITECOMMAND(0xB0); //Set Page Start
in „Display"fehler" bei OLED Module IIC I2C 128x64“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
tasmota/libe2a/Display_Renderer-gemu-1.0/renderer.cpp.o Compiling .pio/build/tasmota/lib802/Adafruit_SH1106-gemu-1.0/Adafruit_SH1106.cpp.o Compiling .pio/build/tasmota/lib64b/Adafruit_SSD1306-1.3.0-gemu-1.1/Adafruit_SSD1306.cpp.o Compiling .pio/build/tasmota/lib443/Adafruit_SSD1331-1.2.0/Adafruit_SPITFT_Renderer.cpp.o
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
PDF
TMPA910_Rev.1.0_Schematic.pdf
of 16 1 2 3 4 1 2 3 4 D D CPUC A[25..0] A25 RP1415A F13 C16 RP1408A DMC_AP A[25..0] A24 RP1415B G13 SH1/A25 SL2/DMCAP C14 RP1408B DMC_BA1 DMC_BA[1..0] DMC_AP A23 RP1415C E14 SH0/A24 SJ5/DMCBA1 C15 RP1408C DMC_BA0 DMC_BA[1..0] SG7/A23 SJ4/DMCBA0 A22 RP1415D E15 SG6/A22 51R A21 RP1416A F15 SG5/A21 SH7/DMCCSn
-
Datei
Configuration.h
generic display // //#define U8GLIB_SSD1306 // // SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules // //#define SAV_3DGLCD #if ENABLED(SAV_3DGLCD) #define U8GLIB_SSD1306 //#define U8GLIB_SH1106 #endif // // TinyBoy2 128x64 OLED / Encoder Panel // //#define OLED_PANEL_TINYBOY2
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·