Skip to content

Commit

Permalink
_cfg.bus_shared = true;
Browse files Browse the repository at this point in the history
      // lovyan03#513 (comment)
      _cfg.bus_shared = true;    // Set to true when sharing the bus with sd card (bus control is performed with drawJpgFile, etc.)
  • Loading branch information
Michael Haberler committed Apr 1, 2024
1 parent fbc8322 commit 8cf96df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ namespace lgfx
// _cfg.pin_cs = GPIO_NUM_3;
_cfg.invert = true;
_cfg.offset_rotation = 3;
// https://github.com/lovyan03/LovyanGFX/issues/513#issuecomment-2023220828
_cfg.bus_shared = true; // Set to true when sharing the bus with sd card (bus control is performed with drawJpgFile, etc.)

_rotation = 1; // default rotation
}
Expand Down

0 comments on commit 8cf96df

Please sign in to comment.