;;;;;;;;;;;;;;;;;;;;;
This commit is contained in:
		
							parent
							
								
									f9bf3b97b4
								
							
						
					
					
						commit
						9ed97db2ca
					
				@ -35,7 +35,7 @@ int draw() {
 | 
				
			|||||||
    Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE);
 | 
					    Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE);
 | 
				
			||||||
    Paint_Clear(WHITE);
 | 
					    Paint_Clear(WHITE);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Paint_SelectImage(BlackImage)
 | 
					    Paint_SelectImage(BlackImage);
 | 
				
			||||||
    Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK);
 | 
					    Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const char *confName = "default";
 | 
					    const char *confName = "default";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user