fixes #2
This commit is contained in:
		
							parent
							
								
									e418da10cb
								
							
						
					
					
						commit
						9cf06494bb
					
				
					 2 changed files with 13 additions and 1 deletions
				
			
		
							
								
								
									
										12
									
								
								src/Icons.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/Icons.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
#pragma once
 | 
			
		||||
 | 
			
		||||
namespace Icons
 | 
			
		||||
{
 | 
			
		||||
  const unsigned char steps [] PROGMEM = {
 | 
			
		||||
    0x00, 0x03, 0xc0, 0x00, 0x07, 0xe0, 0x00, 0x07, 0xe0, 0x00, 0x0f, 0xe0, 0x78, 0x0f, 0xe0, 0xfc,
 | 
			
		||||
    0x0f, 0xe0, 0xfc, 0x0f, 0xe0, 0xfc, 0x0f, 0xe0, 0xfe, 0x0f, 0xe0, 0xfe, 0x07, 0xc0, 0xfe, 0x07,
 | 
			
		||||
    0xc0, 0xfe, 0x07, 0x80, 0xfe, 0x00, 0x00, 0x7c, 0x0e, 0x00, 0x7c, 0x0f, 0x80, 0x7c, 0x1f, 0x80,
 | 
			
		||||
    0x20, 0x1f, 0x00, 0x06, 0x0f, 0x00, 0x3e, 0x0e, 0x00, 0x3e, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x1e,
 | 
			
		||||
    0x00, 0x00, 0x1e, 0x00, 0x00
 | 
			
		||||
  };
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -145,7 +145,7 @@ void WatchFace::DrawBatteryIcon()
 | 
			
		|||
  m_display.print("%");
 | 
			
		||||
 | 
			
		||||
  m_display.setFont(&FreeMonoBold12pt7b);
 | 
			
		||||
  m_display.drawBitmap(10, 177, steps, 19, 23, GxEPD_BLACK);
 | 
			
		||||
  m_display.drawBitmap(10, 177, Icons::steps, 19, 23, GxEPD_BLACK);
 | 
			
		||||
  m_display.setCursor(40, 195);
 | 
			
		||||
  m_display.print(GetSteps());
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue