Search found 5 matches

by emeyedeejay
31 Oct 2018, 21:12
Forum: ESP Easy: General Discussion
Topic: Framed OLED. Write commands?
Replies: 11
Views: 8230

Re: Framed OLED. Write commands?

Ok cool - thanks ... don't know my way around GitHub much but I'll have a look and fathom it out :geek:
by emeyedeejay
31 Oct 2018, 20:24
Forum: ESP Easy: General Discussion
Topic: Framed OLED. Write commands?
Replies: 11
Views: 8230

Re: Framed OLED. Write commands?

Related ... where does one ask for features to be added?

With the great Wemos D1 Mini OLED shield the need to set the LCD to 64x48 is there but it can;t be done in the framed OLED device like it can in the non-framed OLED device.
by emeyedeejay
31 Oct 2018, 11:45
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 178261

Re: OLED Scrolling Display

• Wemos D1 Mini with OLED Shield (64x48) SSD1306.
• Flashed with: ESP_Easy_mega-20181031_dev_ESP8266_4096.bin

Is there a way to set the LCD dimensions with the framed OLED display device like for the non-framed one?

Very cool functionality!
by emeyedeejay
18 Aug 2018, 23:13
Forum: ESP Easy: General Discussion
Topic: Create backup of the current ESP8266 flash
Replies: 7
Views: 14691

Re: Create backup of the current ESP8266 flash

Ahhh! Thanks ... I had an extra 0 which is why my read_flash kept just stopping at 24% and I couldn't fathom out why!

Thanks for the pointer.
by emeyedeejay
18 Aug 2018, 18:13
Forum: ESP Easy: General Discussion
Topic: Create backup of the current ESP8266 flash
Replies: 7
Views: 14691

Re: Create backup of the current ESP8266 flash

Found this thread trying to fathom out how to backup a batch of WeMos D1 Minis ... It's a 4MB ESP-12S onboard. Many posts/articles/how-toos show the flash size in bytes in hex as 0x4000000 but the original post calculates out to 0x4194304. I understand the calculation due to: 4 MB = 4000000 Bytes (i...