Skip to content

Commit

Permalink
fix spidisplay timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Sep 26, 2024
1 parent fcc3a99 commit e624cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions display/spidisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ struct ST7735 : public ST77XXCommands {
> RCMD3;

typedef ConcatByteArrays<
SLEEP<30>,
SLEEP<150>,
SWRESET,
SLEEP<150>,
SLPOUT,
SLEEP<500>,
SLEEP<150>,
FRMCTR1<0x01, 0x2C, 0x2D>,
FRMCTR2<0x01, 0x2C, 0x2D>,
FRMCTR3<0x01, 0x2C, 0x2D, 0x01, 0x2C, 0x2D>,
Expand Down

0 comments on commit e624cf4

Please sign in to comment.