Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

T5 4.7 v2.3 bringup #102

Open malachib opened 8 months ago

malachib commented 8 months ago

I'm attempting to use the drawImages example. Compiling with IDF version 5.1.1 After forking and adding references to some extra soc gpio headers, I got it to compile and flash However, when running, we see:

I (460) I80: Initialize Intel 8080 bus
E (470) esp_clk_tree: esp_clk_tree_src_get_freq_hz(21): unknown clk src
E (480) lcd_panel.io.i80: lcd_i80_select_periph_clock(495): get clock source frequency failed
E (480) lcd_panel.io.i80: esp_lcd_new_i80_bus(156): select periph clock 0 failed
ESP_ERROR_CHECK failed: esp_err_t 0x102 (ESP_ERR_INVALID_ARG) at 0x42009061

Please advise, thank you