2024-07-09 16:56:57 +00:00
|
|
|
[env:heltec-vision-master-e213]
|
|
|
|
extends = esp32s3_base
|
2024-07-13 22:36:07 +00:00
|
|
|
board = heltec_vision_master_e213
|
2024-07-09 16:56:57 +00:00
|
|
|
build_flags =
|
|
|
|
${esp32s3_base.build_flags}
|
2024-07-09 20:11:11 +00:00
|
|
|
-Ivariants/heltec_vision_master_e213
|
|
|
|
-DHELTEC_VISION_MASTER_E213
|
|
|
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_FC1
|
|
|
|
-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
|
2024-07-09 16:56:57 +00:00
|
|
|
; -D EINK_LIMIT_GHOSTING_PX=2000 ; (Optional) How much image ghosting is tolerated
|
2024-07-09 20:11:11 +00:00
|
|
|
-DEINK_BACKGROUND_USES_FAST ; (Optional) Use FAST refresh for both BACKGROUND and RESPONSIVE, until a limit is reached.
|
|
|
|
-DEINK_HASQUIRK_GHOSTING ; Display model is identified as "prone to ghosting"
|
|
|
|
-DEINK_HASQUIRK_WEAKFASTREFRESH ; Pixels set with fast-refresh are easy to clear, disrupted by sunlight
|
2024-07-09 16:56:57 +00:00
|
|
|
lib_deps =
|
|
|
|
${esp32s3_base.lib_deps}
|
|
|
|
https://github.com/meshtastic/GxEPD2#b202ebfec6a4821e098cf7a625ba0f6f2400292d
|
|
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
|
|
|
upload_speed = 115200
|