OSDN Git Service

staging: fbtft: fb_ssd1331: fix mirrored display
authorJohannes H. Jensen <joh@pseudoberries.com>
Sun, 5 Nov 2017 14:46:53 +0000 (15:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Nov 2017 15:44:05 +0000 (16:44 +0100)
commitbe077edb469b0c84efbb117af59c39b9ec6615b3
treeaa43f42e876dbfaf0a1415fca8cde403300311e4
parent0088d782518a208f7015f3c36799a31cc43ce315
staging: fbtft: fb_ssd1331: fix mirrored display

When the row scan order is reversed (the default) we also need to
reverse the column scan order. This was not done previously, resulting
in a mirrored display.

Also add support for 180 degree display rotation, in which case simply
disable reversed row and column scan order.

Tested on an Adafruit 0.96" mini Color OLED display.

Signed-off-by: Johannes H. Jensen <joh@pseudoberries.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_ssd1331.c