Skip to content

Commit

Permalink
disable double buffering for S3 128x32
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 13, 2025
1 parent ac52b04 commit b6d8c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define N_INTERMEDIATE_CTR_CHARS 4
#ifdef BOARD_HAS_PSRAM
#define NUM_BUFFERS 128 // Number of buffers
#ifdef DISPLAY_RM67162_AMOLED
#if defined(DISPLAY_RM67162_AMOLED) || !defined(ZEDMD_HD)
// @fixme double buffering doesn't work on Lilygo Amoled
#define NUM_RENDER_BUFFERS 1
#else
Expand Down

0 comments on commit b6d8c9a

Please sign in to comment.