eink display now kinda works

This commit is contained in:
geeksville
2020-09-26 09:40:48 -07:00
parent b0bbf95b03
commit d88d2780f4
12 changed files with 213 additions and 28 deletions
+2
View File
@@ -234,9 +234,11 @@ board = eink
# add our variants files to the include and src paths
# define build flags for the TFT_eSPI library
build_flags = ${nrf52_base.build_flags} -Ivariants/eink
-DBUSY_PIN=3 -DRST_PIN=2 -DDC_PIN=28 -DCS_PIN=30
src_filter = ${nrf52_base.src_filter} +<../variants/eink>
lib_deps =
${arduino_base.lib_deps}
https://github.com/geeksville/EPD_Libraries.git
TFT_eSPI
; The https://github.com/BigCorvus/SX1262-LoRa-BLE-Relay board by @BigCorvus