mirror of
https://github.com/CURTLab/LVGLBuilder.git
synced 2025-05-09 03:41:35 +08:00
17 lines
147 B
C++
17 lines
147 B
C++
#include "LVGLWorker.h"
|
|
|
|
LVGLWorker::LVGLWorker(QObject *parent) : QThread(parent)
|
|
{
|
|
|
|
}
|
|
|
|
void LVGLWorker::run()
|
|
{
|
|
|
|
}
|
|
|
|
void LVGLWorker::tick()
|
|
{
|
|
|
|
}
|