Skip to content

Commit

Permalink
An attempt
Browse files Browse the repository at this point in the history
I can't build locally
  • Loading branch information
bill88t committed Aug 5, 2024
1 parent b5d4bbc commit 8477298
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ports/espressif/boards/lilygo_twatch_s3/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@
#define DISPLAY_ROW_OFFSET 0

// Memory Data Access Control & // Vertical Scroll Start Address
#define DISPLAY_MADCTL (TFT_MADCTL_MX)
#define DISPLAY_VSCSAD 0
#define DISPLAY_MADCTL (TFT_MADCTL_MX | TFT_MADCTL_MY | TFT_MADCTL_MV)
#define DISPLAY_VSCSAD 40

// #define DISPLAY_MADCTL (TFT_MADCTL_MX)
// #define DISPLAY_VSCSAD 0

#define DISPLAY_TITLE "T-Watch-S3"

Expand Down

0 comments on commit 8477298

Please sign in to comment.