←  [EN] Third-Party Development

Forums

»

DM8000 OLED support

gonesl's Photo gonesl 19 Apr 2012

Hello.

How can I control the OLED display in my application? I only know that I can modify displayed precentage status by writing integer value into /proc/progress. But how can I, for example, write some text?

SG
Quote

pieterg's Photo pieterg 19 Apr 2012

you'd have to write raw pixeldata, which is a bit more work.
Quote

gonesl's Photo gonesl 19 Apr 2012

Where can I found some explaination?
Quote

pieterg's Photo pieterg 19 Apr 2012

you might want to have a look at lcd.cpp in the e2 sources (lib/gdi/ldc.cpp)
Quote

gonesl's Photo gonesl 19 Apr 2012

Thanks!
Quote