opened 10:26PM - 29 Dec 23 UTC
      
        
          closed 06:23AM - 01 Sep 24 UTC
        
      
     
    
        
          documentation
        
    
   
 
  
    Sorry if this is a bothersome question,
Is there a way to get the serial prin…t command to automatically also print to U8x8log, instead of having to construct an identical statement of syntax u8x8
 // Print a number on the U8g2log window
  u8g2log.print(millis());
// Print same number on the Serial Monitor
Serial.print(millis());
If you could point to an example
Thanks!