acidportal

- 😈 Worlds smallest Evil Portal on a LilyGo T-QT
git clone git://git.acid.vegas/acidportal.git
Log | Files | Refs | Archive | README | LICENSE

CMakeLists.txt (123B)

      1 
      2 idf_component_register(SRCS "TFT_eSPI.cpp"
      3                     INCLUDE_DIRS "."
      4                     PRIV_REQUIRES arduino)