0xFEEDC0DE64 / esp-gui-lib

ESP32 gui library
GNU General Public License v3.0
2 stars 1 forks source link

Performance-Progressbar #19

Closed CommanderRedYT closed 1 year ago

CommanderRedYT commented 2 years ago

Implement nth_time_progressbar (name tbd).

This progress bar will have a value n. Every time redraw gets called, another variable x gets incremented. As long as x != n, redraw should return without doing anything.

CommanderRedYT commented 1 year ago

Not sure what this is, closing