diff options
| author | mobyfab <mobyfab@free.fr> | 2012-10-05 16:27:50 +0200 |
|---|---|---|
| committer | mobyfab <mobyfab@free.fr> | 2012-10-05 16:27:50 +0200 |
| commit | 142ee8f26dba68618743564ec34c01b6604b6b77 (patch) | |
| tree | 0e2b61e20c86954271113d9aa216c569b00868d3 | |
| parent | 1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47 (diff) | |
| download | uGFX-142ee8f26dba68618743564ec34c01b6604b6b77.tar.gz uGFX-142ee8f26dba68618743564ec34c01b6604b6b77.tar.bz2 uGFX-142ee8f26dba68618743564ec34c01b6604b6b77.zip | |
Updated SSD1963 default rotation.
| -rw-r--r-- | drivers/gdisp/SSD1963/gdisp_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c index 2ce43a1e..cc8ff875 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld.c +++ b/drivers/gdisp/SSD1963/gdisp_lld.c @@ -308,7 +308,7 @@ bool_t GDISP_LLD(init)(void) { /* Initialise the GDISP structure to match */
GDISP.Width = SCREEN_WIDTH;
GDISP.Height = SCREEN_HEIGHT;
- GDISP.Orientation = GDISP_ROTATE_90;
+ GDISP.Orientation = GDISP_ROTATE_0;
GDISP.Powermode = powerOn;
GDISP.Backlight = 100;
GDISP.Contrast = 50;
|
