Search found 7 matches

by derpunkt
08 Feb 2018, 16:14
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

ok, now i understand.

You must download the mega-Release.
This is one entry below...

Release mega-20180206
by derpunkt
08 Feb 2018, 10:49
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

i didn't understand your question. I looked at the actual branch - and there the latest version of P023_OLD.ino is integrated. The last - and latest - update of this plugin was merged with pull request #545. ...so i don't understand what you mean with "in the latest firmware update the plugin u...
by derpunkt
15 Oct 2017, 22:55
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

so i created a new pull request for this change:

https://github.com/letscontrolit/ESPEasy/pull/545
by derpunkt
15 Oct 2017, 22:05
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

so - after searching a few days and spending some time with Platformio i found the solution for the Problem with the 128x32 OLED Displays. It is correct that the 128x32 displays shows only every other line. My first idea was to change the whole font data and insert some blank lines in the font array...
by derpunkt
09 Oct 2017, 20:56
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

No, I changed only the _P036_FrameOLED.ino. The result looks now like this... would you post your Version of _P036_FrameOLED.ino or the changes you made? With this Information i could experiment a little bit if i could be able to change it too or if i could change the normal _P023_OLED.ino... Thx i...
by derpunkt
08 Oct 2017, 23:06
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

Re: add new SSD1306 OLED Display Size

did you change the _P023_OLED.ino?

Or where have you made your changes?
Can you list your changes here or send me your _P023_OLED.ino via email? :)
by derpunkt
08 Oct 2017, 22:35
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 25828

add new SSD1306 OLED Display Size

Hi, i just added an OLED Display via I2C to my ESP-01S (1MB flash). My problem actually is, that i only have the choice of size 64x48 or 128x64. My small display is of size 128x32 (a tiny little 4 liner). Did someone already change/modify the plugin for die SSD1306 OLED Plugin so that there is a pos...