Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. piotrgl1983f
    P
    • Continue chat with piotrgl1983f
    • Start new chat with piotrgl1983f
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    piotrgl1983f

    @piotrgl1983f

    0
    Reputation
    1
    Posts
    662
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    piotrgl1983f Follow

    Posts made by piotrgl1983f

    • [Solved]How can I connect m5stack spi 4 wire connect to oled rgb display

      Hi,
      how can I connect with this display:
      link text

      to m5stack

      interfejs SPI 4 wire

      library driver:
      link text

      language:| python

      "
      """SSD1351 demo (fonts)."""
      from time import sleep
      from ssd1351 import Display, color565
      from machine import Pin, SPI
      from xglcd_font import XglcdFont

      def test():
      """Test code."""
      spi = SPI(2, baudrate=14500000, sck=Pin(18), mosi=Pin(23))
      display = Display(spi, dc=Pin(17), cs=Pin(5), rst=Pin(16))

      ....
      "

      posted in General
      P
      piotrgl1983f