DavidSichau / inkplate_calendar

Calendar E-Ink Dashboard on the Inkplate 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async load data

DavidSichau opened this issue · comments

Load date independent of display refresh.

Currently the data is loaded on each display refresh. This takes time as wlan needs to be established.

So instead update the data from the API on regular intervals and during the update of the display use the local data instead of fetching the data then.