menager Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 26, 2016 at 8:57 pm in reply to: Overlaying Stationary Text #8683 menagerParticipant Thanks Michael! It worked. I did not understand the purpose those two functions. Definitely going to continue reading up on the TVOut documentation. December 26, 2016 at 7:41 pm in reply to: Overlaying Stationary Text #8679 menagerParticipant #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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total)