Skip to content

Commit

Permalink
Added more warnings about waveshare driver board support
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen committed Apr 20, 2024
1 parent 0f1bfb4 commit 4b50bf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions platformio/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
// #define DISP_BW_V1

// E-PAPER DRIVER BOARD
// The DESPI-C02 is the only officially supported driver board.
// Support for the Waveshare rev2.2 and rev2.3 is deprecated.
// The Waveshare rev2.2 is no longer in production.
// Users of the Waveshare rev2.3 have reported experiencing low contrast issues.
// Uncomment the macro that identifies your driver board hardware.
#define DRIVER_DESPI_C02
// #define DRIVER_WAVESHARE
Expand Down
3 changes: 1 addition & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ monitor_speed = 115200
; https://github.com/espressif/arduino-esp32/tree/master/tools/partitions
board_build.partitions = huge_app.csv
; change MCU frequency, 240MHz -> 80MHz (for better power efficiency)
board_build.f_cpu = 80000000L

board_build.f_cpu = 80000000L

0 comments on commit 4b50bf8

Please sign in to comment.