You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
5 lines
344 B
Python
5 lines
344 B
Python
print("There's no need to import a display_driver module, as the display has already been initialized.")
|
|
print("But since the LVGL simulator at https://sim.lvgl.io/v9.0/micropython/ports/webassembly/ requires it,")
|
|
print("we've included this empty module just to avoid an ImportError if you're copy-pasting from there.")
|
|
print("Happy coding!")
|