Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Wolli01
    3. Best
    W
    • Continue chat with Wolli01
    • Start new chat with Wolli01
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by Wolli01

    • [M5Core] empty UIFlow firmware

      I would like to have a UIFlow to burn for the M5Core and Stick versions where there is no UIFlow start menu and such.
      So similar to pure Micropython, but with all the drivers from UIFlow.
      That would be my biggest wish!

      posted in Features Wish List
      W
      Wolli01
    • MicroPython version 1.12 released

      Great, I hope there will be one in UIFlow soon. Especially the BLE support.
      https://forum.micropython.org/viewtopic.php?f=8&t=7430

      posted in General
      W
      Wolli01
    • Lcd driver for M5Stack Core2

      Hi friends, I am looking for the screen driver for the Core 2 for Micropython. It only needs to be a simple driver, the main thing is to display text. Does anyone have a link or even a ready firmware for it?

      For the M5Stick C I found a simple driver.
      Who has interest in it, can write me.

      posted in Micropython
      W
      Wolli01
    • Pin G26 G36

      how can I use the upper pins of the M5StickC?
      The Grove Port is like this for me
      from machine import I2C, Pin
      i2c = I2C(scl=Pin(32), sda=Pin(33), freq=100000)
      sensor = sht31.SHT31(i2c, addr=0x44)
      only the upper ports don't work.

      posted in M5 Stick/StickC
      W
      Wolli01
    • RE: M5Paper

      @loboris I have now ordered an M5Paper. Thanks for the link.

      posted in Units
      W
      Wolli01
    • RE: Lcd driver for M5Stack Core2

      @russ
      Thank you for your work.
      It works now.

      posted in Micropython
      W
      Wolli01