klips/esp/cpp/components/lcd/panel_device.cpp
Shaun Reed adf081cf1a Fix LVGL issues and test.
The display renders correctly
2025-11-02 12:46:00 -05:00

13 lines
581 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/panel_device.h"
#include <esp_timer.h>
#include <lcd.h>
#include <sys/unistd.h>