kopia lustrzana https://github.com/Xinyuan-LilyGO/TTGO-T-Display
				
				
				
			Fixed some spelling errors
Line 16: changed Dispaly to Display Line 106: changed Fount to Foundpull/3/head
							rodzic
							
								
									3fcacafeb7
								
							
						
					
					
						commit
						5ad7d384d9
					
				| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
#define TFT_DC              16
 | 
			
		||||
#define TFT_RST             23
 | 
			
		||||
 | 
			
		||||
#define TFT_BL          4  // Dispaly backlight control pin
 | 
			
		||||
#define TFT_BL          4  // Display backlight control pin
 | 
			
		||||
#define ADC_EN          14
 | 
			
		||||
#define ADC_PIN         34
 | 
			
		||||
#define BUTTON_1        35
 | 
			
		||||
| 
						 | 
				
			
			@ -103,7 +103,7 @@ void wifi_scan()
 | 
			
		|||
    } else {
 | 
			
		||||
        tft.setTextDatum(TL_DATUM);
 | 
			
		||||
        tft.setCursor(0, 0);
 | 
			
		||||
        Serial.printf("Fount %d net\n", n);
 | 
			
		||||
        Serial.printf("Found %d net\n", n);
 | 
			
		||||
        for (int i = 0; i < n; ++i) {
 | 
			
		||||
            sprintf(buff,
 | 
			
		||||
                    "[%d]:%s(%d)",
 | 
			
		||||
| 
						 | 
				
			
			@ -174,4 +174,4 @@ void loop()
 | 
			
		|||
        showVoltage();
 | 
			
		||||
    }
 | 
			
		||||
    button_loop();
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue