draw instrument

This commit is contained in:
2020-01-02 19:25:12 +08:00
parent 52614aa68f
commit c9739025a1
7 changed files with 325 additions and 75 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ QSize GetDesktopSize() {
return QSize(lcd_width, lcd_height);
#endif
return QSize(800, 480);
//return QSize(800, 480);
return QSize(1600, 800);
}
void CheckDir(const QString &path) {