修复下屏无缩放的显示错误

This commit is contained in:
root 2023-10-13 09:04:51 +08:00
parent 66f12d92e5
commit 438ef3fcc1

View File

@ -901,7 +901,7 @@ u16 oafGetBacklightConfig(void)
// @MERGE 231006 START // @MERGE 231006 START
KHandle setupFrameCapture(const u8 scaler) KHandle setupFrameCapture(const u8 scaler)
{ {
const bool is240x160 = scaler < 2; const bool is240x160 = scaler != 2;
static const s16 matrix[12 * 8] = static const s16 matrix[12 * 8] =
{ {
// Vertical. // Vertical.