Commit graph

6 commits

Author SHA1 Message Date
hiruna de52f295db backward compatibility with esp-idf release/v4.4 2023-06-03 23:08:29 +10:00
hiruna 785b7d5c28 gpio_pad_select_gpio -> esp_rom_gpio_pad_select_gpio 2023-05-26 22:50:04 +10:00
hiruna f8b0f34a59 fixes for idf 5.x 2023-05-26 22:25:42 +10:00
Rop Gonggrijp 00dd1504d9 Removed white space at EOL, added some EOLs at EOF
Many code editors are set to do this automatically now, so it ends up being annoying to scrape back out of commits to keep them easily reviewable.

Also added '.DS_Store' and 'build' entries to .gitignore
2021-04-28 11:15:00 +02:00
Rop Gonggrijp 7b571a7fc7 LV_DISP_USE_RST
Allows to not allocate a GPIO for display reset: some may have that pin tied or attached to a Power management IC.

Supersedes PR from @usedbytes doing same but only for IL9341, this is for all supported displays.
2021-04-28 11:04:53 +02:00
C47D 08384030b0 Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00