Files
MicroPythonOS/internal_filesystem/lib/display_driver.py
T
2025-05-04 21:51:54 +02:00

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!")