Show makes all the content changes made using SetContent() visible on the display. It does so in the most efficient and least visually disruptive manner possible.
()
| 140 | // It does so in the most efficient and least visually disruptive |
| 141 | // manner possible. |
| 142 | Show() |
| 143 | |
| 144 | // Sync works like Show(), but it updates every visible cell on the |
| 145 | // physical display, assuming that it is not synchronized with any |
no outgoing calls