aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/board_SSD1963_template.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-06-21 09:51:05 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-06-21 09:51:05 +0200
commitfe7b378a7b850b893e236975ca2f9532c2114113 (patch)
tree6f6b463c9c0599bc8577c67930d37dc58e7df637 /drivers/gdisp/SSD1963/board_SSD1963_template.h
parent5abc1dbb23c3651c4b7c0549d8df7f938a2311da (diff)
downloaduGFX-fe7b378a7b850b893e236975ca2f9532c2114113.tar.gz
uGFX-fe7b378a7b850b893e236975ca2f9532c2114113.tar.bz2
uGFX-fe7b378a7b850b893e236975ca2f9532c2114113.zip
Adding 'flipHorizontally' and 'flipVertically^optiony to SSD1963
Diffstat (limited to 'drivers/gdisp/SSD1963/board_SSD1963_template.h')
-rw-r--r--drivers/gdisp/SSD1963/board_SSD1963_template.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1963/board_SSD1963_template.h b/drivers/gdisp/SSD1963/board_SSD1963_template.h
index f9f248e7..9f214604 100644
--- a/drivers/gdisp/SSD1963/board_SSD1963_template.h
+++ b/drivers/gdisp/SSD1963/board_SSD1963_template.h
@@ -16,7 +16,9 @@ static const LCD_Parameters DisplayTimings[] = {
CALC_PERIOD(480,2,2,41), // Total Horizontal Period (calculated from above line)
2, 2, 10, // Vertical Timings (back porch, front porch, pulse)
CALC_PERIOD(272,2,2,10), // Total Vertical Period (calculated from above line)
- CALC_FPR(480,272,2,2,41,2,2,10,60ULL) // FPR - the 60ULL is the frames per second. Note the ULL!
+ CALC_FPR(480,272,2,2,41,2,2,10,60ULL), // FPR - the 60ULL is the frames per second. Note the ULL!
+ FALSE, // Flip horizontally
+ FALSE // Flip vertically
},
};