mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 12:05:33 +00:00 
			
		
		
		
	ESP32-C3 ePaper
This commit is contained in:
		| @@ -74,8 +74,8 @@ void setup() { | |||||||
|   display.setCursor(str_x, str_y+str_inc); |   display.setCursor(str_x, str_y+str_inc); | ||||||
|   display.setFont(&FreeMonoBold9pt7b); |   display.setFont(&FreeMonoBold9pt7b); | ||||||
|   display.print("Backups"); |   display.print("Backups"); | ||||||
|   display.drawRect(str_x+100, str_y, 100, str_inc, GxEPD_BLACK); |   display.drawRect(str_x+100, str_y-str_inc*0, 100, str_inc, GxEPD_BLACK); | ||||||
|   display.drawRect(str_x+100, str_y+str_inc, 100, str_inc, GxEPD_BLACK); |   display.drawRect(str_x+100, str_y+str_inc*1, 100, str_inc, GxEPD_BLACK); | ||||||
|  |  | ||||||
| // Display text nicely centered on the display | // Display text nicely centered on the display | ||||||
|   display.setTextColor(GxEPD_WHITE); |   display.setTextColor(GxEPD_WHITE); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user