Skip to content

Commit

Permalink
Update Waveshare_2_13_T5.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
G6EJD authored Mar 11, 2023
1 parent c65e9d1 commit f8015c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Waveshare_2_13_T5/Waveshare_2_13_T5.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static const uint8_t EPD_MISO = -1; // Master-In Slave-Out not used, as no data
static const uint8_t EPD_MOSI = 23;

GxEPD2_BW<GxEPD2_213_B73, GxEPD2_213_B73::HEIGHT> display(GxEPD2_213_B73(/*CS=D8*/ EPD_CS, /*DC=D3*/ EPD_DC, /*RST=D4*/ EPD_RST, /*BUSY=D2*/ EPD_BUSY));

#WeAct 2.13 screen module, you need to change GxEPD2_213_B73 to GxEPD2_213_B74
U8G2_FOR_ADAFRUIT_GFX u8g2Fonts; // Select u8g2 font from here: https://github.com/olikraus/u8g2/wiki/fntlistall
// Using fonts:
// u8g2_font_helvB08_tf
Expand Down

0 comments on commit f8015c5

Please sign in to comment.