Changed default Heltec v3 display orientation
This commit is contained in:
		
							parent
							
								
									cdbd1cd683
								
							
						
					
					
						commit
						93ed701f1f
					
				@ -169,9 +169,9 @@ bool display_init() {
 | 
				
			|||||||
      #elif BOARD_MODEL == BOARD_HELTEC32_V3
 | 
					      #elif BOARD_MODEL == BOARD_HELTEC32_V3
 | 
				
			||||||
        disp_mode = DISP_MODE_PORTRAIT;
 | 
					        disp_mode = DISP_MODE_PORTRAIT;
 | 
				
			||||||
        // Antenna conx up
 | 
					        // Antenna conx up
 | 
				
			||||||
        //display.setRotation(1);
 | 
					        display.setRotation(1);
 | 
				
			||||||
        // USB-C up
 | 
					        // USB-C up
 | 
				
			||||||
        display.setRotation(3);
 | 
					        // display.setRotation(3);
 | 
				
			||||||
      #else
 | 
					      #else
 | 
				
			||||||
        disp_mode = DISP_MODE_PORTRAIT;
 | 
					        disp_mode = DISP_MODE_PORTRAIT;
 | 
				
			||||||
        display.setRotation(3);
 | 
					        display.setRotation(3);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user