From 642e5ef465302446915aaacaf5546af51b3ad036 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Fri, 14 Jan 2022 22:54:40 +0100 Subject: [PATCH] asfd --- components/dmamatrix/dmamatrix.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/dmamatrix/dmamatrix.h b/components/dmamatrix/dmamatrix.h index 768d659..0faeeca 100644 --- a/components/dmamatrix/dmamatrix.h +++ b/components/dmamatrix/dmamatrix.h @@ -12,11 +12,6 @@ namespace esphome { namespace dmamatrix_display { -enum DriverChips { - FM6124 = driver_chips::FM6124, - FM6126A = driver_chips::FM6126A, -}; - class DmaMatrixDisplay : public PollingComponent, public display::DisplayBuffer { public: