LVGLBuilder/LVGLWorker.cpp
CURTLab 620943074b Recent code upload
Commited recent code that was created without git repository or change log.
2019-11-26 15:26:31 +01:00

17 lines
147 B
C++

#include "LVGLWorker.h"
LVGLWorker::LVGLWorker(QObject *parent) : QThread(parent)
{
}
void LVGLWorker::run()
{
}
void LVGLWorker::tick()
{
}