🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Solved - lcd.xxx() don't work

    Micropython
    micropython
    1
    1
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Peter
      last edited by Peter

      I have accessed the M5Stick C Plus display in Micropyton with lcd.print() in the past. Suddenly this does not work anymore.
      from m5stack import *
      from m5ui import *
      from uiflow import *
      lcd.clear()
      Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      NameError: name 'lcd' isn't defined
      Can someone explain me how to use the internal M5Stack Micropython commands again.
      As IDE I use Thonny.

      After a restart of Thonny, it works again.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post