mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-29 23:54:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			38 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/esp32s3/tlora_t3s3_epaper
 | |
|   -DUSE_EINK
 | |
|   -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
 | |
| 
 | |
| lib_deps =
 | |
|   ${esp32s3_base.lib_deps}
 | |
|   https://github.com/meshtastic/GxEPD2/archive/b202ebfec6a4821e098cf7a625ba0f6f2400292d.zip
 | |
| 
 | |
| [env:tlora-t3s3-epaper-inkhud]
 | |
| extends = esp32s3_base, inkhud
 | |
| board = tlora-t3s3-v1
 | |
| board_check = true
 | |
| upload_protocol = esptool
 | |
| build_src_filter =
 | |
|   ${esp32_base.build_src_filter}
 | |
|   ${inkhud.build_src_filter}
 | |
| build_flags =
 | |
|   ${esp32s3_base.build_flags}
 | |
|   ${inkhud.build_flags}
 | |
|   -I variants/esp32s3/tlora_t3s3_epaper
 | |
|   -D TLORA_T3S3_EPAPER
 | |
| lib_deps =
 | |
|   ${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
 | |
|   ${esp32s3_base.lib_deps}
 | 
