Open GoogleCodeExporter opened 8 years ago
hmm... this should not be too complicated.
I see three options:
1. Change the HW setup of the display. Usually the OLED or LCD allows mirroring
through hardware setup. This will be the most simplest implementation, but will
be specific for your display.
2. Change the output sequence. Will be difficult for somed devices, and
probably will only allow one kind of mirroring
3. Introduce a low level pixel transformation similar to the rotation. See
u8g_rot.c as an example. This will probably be the most flexible an general
approach.
I personally suggest 1. What is you display controller?
Original comment by olikr...@gmail.com
on 6 Nov 2014 at 8:39
Original comment by olikr...@gmail.com
on 13 Dec 2014 at 5:57
Original issue reported on code.google.com by
riskable
on 6 Nov 2014 at 3:44