From 1dc154a95b0532688a9f47f52be0278cc18743bb Mon Sep 17 00:00:00 2001 From: lovelyyoung <1002639516@qq.com> Date: Fri, 3 Apr 2020 09:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A2=9E=E5=8A=A0=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E300DPI=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- huagao/Device/IConfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/huagao/Device/IConfig.h b/huagao/Device/IConfig.h index a5a51a41..375ecbc8 100644 --- a/huagao/Device/IConfig.h +++ b/huagao/Device/IConfig.h @@ -34,8 +34,11 @@ static std::map SupPixelTypes = { }; static std::map SupResolutions = { - {300.0f, 0}, + {100.0f, 1}, + {150.0f, 1}, {200.0f, 1}, + {240.0f, 1}, + {300.0f, 0}, {600.0f, 2} };