mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
24 lines
1.0 KiB
INI
24 lines
1.0 KiB
INI
|
[env:tlora-t3s3-epaper]
|
||
|
extends = esp32s3_base
|
||
|
board = tlora-t3s3-v1
|
||
|
board_check = true
|
||
|
upload_protocol = esptool
|
||
|
|
||
|
build_flags =
|
||
|
${esp32_base.build_flags} -D TLORA_T3S3_EPAPER -I variants/tlora_t3s3_epaper
|
||
|
-DGPS_POWER_TOGGLE
|
||
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
||
|
-DEINK_WIDTH=250
|
||
|
-DEINK_HEIGHT=122
|
||
|
-DUSE_EINK_DYNAMICDISPLAY ; Enable Dynamic EInk
|
||
|
-DEINK_LIMIT_FASTREFRESH=10 ; How many consecutive fast-refreshes are permitted
|
||
|
-DEINK_LIMIT_RATE_BACKGROUND_SEC=30 ; Minimum interval between BACKGROUND updates
|
||
|
-DEINK_LIMIT_RATE_RESPONSIVE_SEC=1 ; Minimum interval between RESPONSIVE updates
|
||
|
-DEINK_HASQUIRK_VICIOUSFASTREFRESH ; Identify that pixels drawn by fast-refresh are harder to clear
|
||
|
;-DEINK_LIMIT_GHOSTING_PX=2000 ; (Optional) How much image ghosting is tolerated
|
||
|
;-DEINK_BACKGROUND_USES_FAST ; (Optional) Use FAST refresh for both BACKGROUND and RESPONSIVE, until a limit is reached.
|
||
|
|
||
|
lib_deps =
|
||
|
${esp32s3_base.lib_deps}
|
||
|
https://github.com/meshtastic/GxEPD2#b202ebfec6a4821e098cf7a625ba0f6f2400292d
|