nspsck / RM67162_Micropython_QSPI

This is a C driver as a user module for the T-AMOLED-S3 using QSPI-protocol.
MIT License
7 stars 4 forks source link

Compilation command line #3

Closed dobodu closed 7 months ago

dobodu commented 7 months ago

Just in order newbies (like me) can compile without getting lost since the latest micropython esp32/boards directory,

Compilation command line should be

make BOARD_VARIANT=SPIRAM_OCT BOARD=ESP32_GENERIC_S3 USER_C_MODULES=~/RM67162_Micropython_QSPI/micropython.cmake

nspsck commented 7 months ago

You are right, these should be updated! Thank your for point this out!