Rename LCD conditionals (#19533)
This commit is contained in:
		@@ -74,7 +74,7 @@ TouchButtons touch;
 | 
			
		||||
void TouchButtons::init() { touchIO.Init(); }
 | 
			
		||||
 | 
			
		||||
uint8_t TouchButtons::read_buttons() {
 | 
			
		||||
  #ifdef HAS_SPI_LCD
 | 
			
		||||
  #ifdef HAS_WIRED_LCD
 | 
			
		||||
    int16_t x, y;
 | 
			
		||||
 | 
			
		||||
    if (!touchIO.getRawPoint(&x, &y)) return 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user