More MKS UI prelim. cleanup

This commit is contained in:
Scott Lahteine
2021-01-14 00:23:56 -06:00
parent 35c1b330ec
commit c753fc690f
97 changed files with 203 additions and 300 deletions

View File

@ -142,7 +142,6 @@ void TFT_Queue::canvas(queueTask_t *task) {
if (Canvas.ToScreen()) task->state = TASK_STATE_COMPLETED;
}
void TFT_Queue::fill(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t color) {
finish_sketch();