Skip to content

Commit

Permalink
disable client-side upscaling per default
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Dec 7, 2023
1 parent 5a1fa1f commit 9cffcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeDMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ZEDMDAPI ZeDMD
bool m_usb = false;
bool m_wifi = false;
bool m_downscaling = true;
bool m_upscaling = true;
bool m_upscaling = false;

uint8_t *m_pFrameBuffer;
uint8_t *m_pScaledFrameBuffer;
Expand Down

0 comments on commit 9cffcdb

Please sign in to comment.