Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hardware/st7735/st7735.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ uint8_t lcd_begin(void)
{
return 1;
}
i2c_write_command(SCAN_DIRECTION_REG, 0x00, ST7735_ROTATION);
return 0;
}

Expand Down