notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 496 forks source link

Kuman 3.5 Inch 480x320 TFT Touch Screen Horizontal Flip #427

Closed BaReinhard closed 6 years ago

BaReinhard commented 7 years ago

I've gotten the device running and working with FBTFT with touch screen enabled. All good! Only problem is that I need the display to have a horizontal flip. Similar to this image: https://docs.gimp.org/en/gimp-layer-flip-horizontal.html

Is there any setting or code I can change to get this working?

Thanks

notro commented 7 years ago

Some drivers support a 'rotation' property (0,90,180,270). On MIPI compatible controllers, register 0x36 controls mirror, flip etc.

BaReinhard commented 7 years ago

forgive my ignorance, but on a MIPI compatible controller how would I make a mirror/flip on register 0x36

notro commented 7 years ago

Which fbtft driver are you using?

notro commented 6 years ago

Closing issue since there has been no activity for more than 2 months. Reopen if needed.