fixed height calculation
This commit is contained in:
		
							parent
							
								
									46ee10990a
								
							
						
					
					
						commit
						9337d28e75
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -443,7 +443,7 @@ void CimditProfile::showActivate() {
 | 
				
			||||||
    w = w >> 1;
 | 
					    w = w >> 1;
 | 
				
			||||||
    h = 8;
 | 
					    h = 8;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  display.setCursor((SCREEN_WIDTH - w) >> 1, (SCREEN_HEIGHT >> 1) + ((SCREEN_HEIGHT - h)>> 1));
 | 
					  display.setCursor((SCREEN_WIDTH - w) >> 1, SCREEN_HEIGHT- h);
 | 
				
			||||||
  display.write(m_profiles[m_selectingProfile]);
 | 
					  display.write(m_profiles[m_selectingProfile]);
 | 
				
			||||||
  display.write("?");
 | 
					  display.write("?");
 | 
				
			||||||
  display.display();
 | 
					  display.display();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue