Skip to content

Commit

Permalink
Update libraries, tweak M5 rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed May 30, 2020
1 parent 7ad9bc1 commit f4a4d19
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,5 @@ docs/.build/doctrees/
/.pio
/.vscode

cmake-build-debug
cmake-build-all
cmake-build-d32_pro_tft
cmake-build-lcd_ssd1306
cmake-build-*

Binary file modified bin/d32_pro_tft_firmware.bin
Binary file not shown.
Binary file modified bin/d32_pro_tft_partitions.bin
Binary file not shown.
Binary file modified bin/d32_pro_tft_spiffs.bin
Binary file not shown.
Binary file modified bin/lcd_ssd1306_firmware.bin
Binary file not shown.
Binary file modified bin/lcd_ssd1306_spiffs.bin
Binary file not shown.
Binary file modified bin/m5_stack_tft_firmware.bin
Binary file not shown.
Binary file modified bin/m5_stack_tft_spiffs.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/bridge_lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void bridge_lcd::init() {
tft->begin();
#ifdef LCD_TFT_M5_STACK
// +4 "mirrors" the text (supposedly)
tft->setRotation(0+4);
tft->setRotation(0);
#else
tft->setRotation(3);
#endif
Expand Down

0 comments on commit f4a4d19

Please sign in to comment.