Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndlex committed Jan 16, 2022
1 parent c3a6dcb commit c47b458
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions components/dmamatrix/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def to_code(config):
if CONF_BRIGHTNESS in config:
cg.add(var.set_brightness(config[CONF_BRIGHTNESS]))


cg.add_library("adafruit/SD", "0.0.0-alpha+sha.041f788250")
cg.add_library("Spi", "1.0")
cg.add_library("Wire", "1.0")
cg.add_library("Adafruit BusIO", "1.10.1")
Expand Down
4 changes: 0 additions & 4 deletions components/dmamatrix/dmamatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ void DmaMatrixDisplay::setup() {
HUB75_I2S_CFG::FM6124,
true
);

if (!SD.begin(4)) {
ESP_LOGCONFIG(TAG,"initialization failed!");
}

mxconfig.clkphase = false;

Expand Down
1 change: 0 additions & 1 deletion components/dmamatrix/dmamatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "esphome/core/color.h"
#include "esphome/components/display/display_color_utils.h"

#include <SD.h>
#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h> // NOLINT

namespace esphome {
Expand Down

0 comments on commit c47b458

Please sign in to comment.