Skip to content

Commit

Permalink
Adjusted the frequency of the SSD1306 to 10MHz(lovyan03/LovyanGFX#619…
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedev-app committed Oct 6, 2024
1 parent 3b7ced5 commit e7f6dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LGFX_SSD1306.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LGFX_SSD1306 : public lgfx::LGFX_Device
auto cfg = _bus_instance.config();
cfg.spi_host = 1;
cfg.spi_mode = 0;
cfg.freq_write = 80000000;
cfg.freq_write = 10000000;
cfg.pin_sclk = 10;
cfg.pin_miso = -1;
cfg.pin_mosi = 11;
Expand Down

0 comments on commit e7f6dc4

Please sign in to comment.