Whoops. lcdShiftV8 had up/down swapped :)

This commit is contained in:
Stefan `Sec` Zehl 2011-07-21 22:27:08 +02:00
parent 80ea686dc8
commit c69431c085
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ void lcdShiftH(bool right, bool wrap) {
void lcdShiftV8(bool up, bool wrap) {
uint8_t tmp[RESX];
if (up) {
if (!up) {
if (wrap)
memmove(tmp, lcdBuffer, RESX);
else