Commit 99fc0fe0 authored by russhughes's avatar russhughes

Update to MicroPython v1.19.1-18-g6e868d47d

parent b2e79019
......@@ -77,7 +77,7 @@ The firmware directory contains pre-compiled firmware for various devices with
the st7789 C driver and frozen python font files. See the README.md file in the
fonts folder for more information on the font files.
MicroPython MicroPython v1.18-566-gb92e51efe compiled with ESP IDF v4.4 using CMake
MicroPython MicroPython v1.19.1-18-g6e868d47d compiled with ESP IDF v4.4 using CMake
Directory | File | Device
--------------------- | ------------ | ----------------------------------
......
......@@ -13,11 +13,6 @@ target_include_directories(usermod_st7789 INTERFACE
${CMAKE_CURRENT_LIST_DIR}
)
target_compile_definitions(usermod_st7789 INTERFACE
MODULE_ST7789_ENABLED=1
MICROPY_PY_FILE_LIKE=1
EXPOSE_EXTRA_METHODS=1
)
# Link our INTERFACE library to the usermod target.
target_link_libraries(usermod INTERFACE usermod_st7789)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment