Commit 452f497
committed
Wait 200ms before actually starting the display thread
Give some time to the underlying layer to prepare the splash before trying to access it
Better fix: use a semaphore
TODO: there could be similar use cases when the resources that must be displayed are not yet ready.
Reason:
cores 2.7.x like to crash on
lv_fs_res_t lv_fs_read(lv_fs_file_t * file_p, void * buf, uint32_t btr, uint32_t * br)1 parent c05e72d commit 452f497
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
| |||
0 commit comments