cursorUp
sop4618_SSourcesop4618_ScursorUp
Description Source Call Graph
Start Line: 152
void sop4618_S::cursorUp(uint8_t count=1)
{
  if(count > m_Rows)
    return;
  cursorMove('A', count);
}