jeremyjh / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
47 stars 23 forks source link

Rename list to spiff_list #14

Closed gameofyou closed 3 years ago

gameofyou commented 4 years ago

Renaming all the code using "list" to spiff_list include structs, functions and files, to remove the namespace clash with the bluetooth code in the esp-idf

jeremyjh commented 4 years ago

The renames are fine but same question/objection to the tft/tftspi header changes as in #15.

gameofyou commented 4 years ago

It would see that the functions list_remove and list_next clash causing linkage problems when using the IDF with bluetooth, atleast in my project it does. I thought rather than just renaming just those two function, it would be better to rename everything to keep it the same.