aboutsummaryrefslogtreecommitdiff
path: root/src/gfx/esp32
Commit message (Collapse)AuthorAgeFilesLines
* gfx: #undef quadXavier Del Campo Romero2024-01-302-0/+4
| | | | | | | | Surprisingly, esp-idf #includes files such as sys/types.h when pulling other standard header files, even when not explicitly defined. While this is not a serious issue, incredibly their sys/types.h implementation uses "#define quad", therefore breaking user code such as anything related to "struct quad".
* WIP ESP32 portXavier Del Campo Romero2024-01-307-0/+211