Skip to content

Commit

Permalink
Update qt_window.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CT921 committed Aug 22, 2023
1 parent 0c37557 commit 23edeb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions selfdrive/ui/qt/qt_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#include "system/hardware/hw.h"

const QString ASSET_PATH = ":/";
#ifdef QCOM
const QSize DEVICE_SCREEN_SIZE = {1920, 1080};
#else
const QSize DEVICE_SCREEN_SIZE = {2160, 1080};
#endif

void setMainWindow(QWidget *w);

0 comments on commit 23edeb9

Please sign in to comment.