How to Create Colorful Scrolling and Flashing Text Displays with ESP8266 and WS2812B 8x8 LED Panel

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 4

  • @syedikramullah1114
    @syedikramullah1114 3 วันที่ผ่านมา +1

    Nice

    • @Techlogics
      @Techlogics  วันที่ผ่านมา

      Thanks! I hope you find the project inspiring and give it a try.

  • @f7p1764
    @f7p1764 3 วันที่ผ่านมา

    is it possible to use two WS2812B 8x8 LED displays? What modifications should be on your code?

    • @Techlogics
      @Techlogics  วันที่ผ่านมา +1

      Hi, Just modify the width 8 to 16
      #define MATRIX_WIDTH 16 // Updated width of the matrix
      #define MATRIX_HEIGHT 8 // Height of the matrix remains the same