Skip to content

Commit

Permalink
GxEPD2 driver for DEPG0213BN e-Paper display
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Jun 17, 2024
1 parent 006d12f commit fcfab32
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 1 deletion.
1 change: 1 addition & 0 deletions software/firmware/source/libraries/GxEPD2/src/GxEPD2.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class GxEPD2
GDEH0213B72, Waveshare_2_13_bw_B72 = GDEH0213B72,
GDEH0213B73, Waveshare_2_13_bw_B73 = GDEH0213B73,
GDEW0213I5F, Waveshare_2_13_flex = GDEW0213I5F,
DEPG0213BN,
GDEW026T0, Waveshare_2_6_bw = GDEW026T0,
GDEH029A1, Waveshare_2_9_bw = GDEH029A1,
GDEW029T5, Waveshare_2_9_bw_T5 = GDEW029T5,
Expand Down
1 change: 1 addition & 0 deletions software/firmware/source/libraries/GxEPD2/src/GxEPD2_BW.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "epd/GxEPD2_213_B72.h"
#include "epd/GxEPD2_213_B73.h"
#include "epd/GxEPD2_213_flex.h"
#include "epd/GxEPD2_213_BN.h"
#include "epd/GxEPD2_260.h"
#include "epd/GxEPD2_290.h"
#include "epd/GxEPD2_290_T5.h"
Expand Down
Loading

0 comments on commit fcfab32

Please sign in to comment.