baldbrad

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: 2-line serial overlay #8852
    baldbrad
    Participant

    It’s working with 1 line for now… I left in the set_cursor line in void Setup(), and changed the tv.println statement back to tv.print

    I’m having the pi send 22 spaces and a carriage return before writing the line of data each time it updates.

    in reply to: 2-line serial overlay #8848
    baldbrad
    Participant

    Nope, that didn’t do it. If I put the set_cursor line in void loop() , I only get one letter at the position I want, and if I put it in void setup() I get all characters, but in the same row.
    T
    E
    S
    T
    instead of TEST…

Viewing 2 posts - 1 through 2 (of 2 total)