Fix portrait mode on JAYCAR display

This was due to a simple typo when rebasing.
This commit is contained in:
Jack Massey 2019-02-28 22:22:43 +10:00
parent d953156461
commit e35c9ae2e5
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ void st7735_set_orientation(enum ST7735_ORIENTATION orientation) {
}
if(st7735_type == ST7735_RED144_JAYCAR) {
st7735_column_start = 32;
st7735_column_start = 0;
st7735_row_start = 32;
}
break;