menager

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Overlaying Stationary Text #8683
    menager
    Participant

    Thanks Michael! It worked.

    I did not understand the purpose those two functions. Definitely going to continue reading up on the TVOut documentation.

    in reply to: Overlaying Stationary Text #8679
    menager
    Participant
    #include "TVout.h"
    #include "fontALL.h"
    TVout TV;
    
    void setup() 
     {
      TV.begin(NTSC,90,40); 
      
      TV.select_font(font6x8); 
     }
     
    void loop()
     {
      TV.set_cursor(0,6);
      TV.print("XXXXX");
      delay(60);
     }
    • This reply was modified 7 years, 11 months ago by Michael.
Viewing 2 posts - 1 through 2 (of 2 total)