Shaun Reed 2f385e9ed3 Move display into a separate component WIP.
Compiles, but does not work correctly yet.
2025-11-02 12:05:04 -05:00

14 lines
649 B
C

/*#############################################################################
## Author: Shaun Reed ##
## Legal: All Content (c) 2025 Shaun Reed, all rights reserved ##
## ##
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ##
##############################################################################
*/
#include "include/lcd.h"
// LVGL library is not thread-safe, this example calls LVGL APIs from tasks.
// We must use a mutex to protect it.
static _lock_t lv_lock_;