-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection Display (SS1351 128x128 OLED Display) #9
Comments
hi chkbln, the display is connected via 3 wire hardware spi. (you must set up the jumper on the display for 3 wire spi) in user_config_overwrite specify #define USE_SSD1351 then in Tasmota config GPIO define MOSI to SSPI_MOSI on GPIO13 Gerhard |
Hello gemu2015 Unfortunately, they gave me the monochrome display in the store. many Greetings |
ok, you must specify =>
#define USE_SPI
#define USE_DISPLAY
#define USE_DISPLAY_SSD1351
#undef USE_DISPLAY_MODES1TO5 // because i do not support modes 1-5
#define SHOW_SPLASH // nice to see when display comes up
… Am 01.07.2019 um 22:00 schrieb chkbln ***@***.*** ***@***.***>>:
Hello gemu2015
I have to specify the DisplayMode in the Tasmota Console.
Which one would that be?
Unfortunately, they gave me the monochrome display in the store.
That's why I have I2C and 4-SPI 4.
Must now exchange the display once.
many Greetings
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#9?email_source=notifications&email_token=ACY3QY2RR2TMJSQJLENXRU3P5JO5BA5CNFSM4H4VDES2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY7F5PQ#issuecomment-507403966>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACY3QY3RYNH2EECPPPGDBN3P5JO5BANCNFSM4H4VDESQ>.
|
Hi, |
Hardware:
|
ok, this include was actually not needed, i removed it. (otherwise it had to be uppercase <SD.h>) my drivers do only support display mode 0. you have to display data with the cmd "displaytext" you may either do this remotedly with home automation or with rules or easier with scripter. to enable scripter: in the WEBUI config menu you find an entry "edit script" here is an example: ; define variables ; called during boot ; called during telemetry ;print values to console for debugging ; called every second for detailed explanation of displaytext see displaytext.md remarks on OLED displays: so best to dim as low as possible with e.g. displaydimmer 50 have fun |
Hi I wanted to recompile the sketch today to try scripter. xdrv_10_scripter: 2979: 62: error: 'FAT_TIME' was not declared in this scope Is the error in the xdrv_10_scripter.ino? |
When I comment out this line, the compilation runs through //#define USE_SCRIPT_FATFS 4 |
Hello gemu2015
I would like to use the display (SS1351 128x128 OLED Display).
How is the display connected?
About 4-SPI or I2C?
I2C
SLC = GPIO 5
SDA = GPIO 4
Would that be correct?
How is the connection via 4-SPI?
What must the necessary entries look like in my_user_config.h?
many Greetings
The text was updated successfully, but these errors were encountered: