-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare v7 lcd_driver.c to be ready for IDF 5.3 #285
Comments
Good to know, unfortunately the HAL is not guaranteed to be stable, but the high-level drivers don't work for our purposes :/ |
Interesting I didn’t know that. |
Hm, though something else also plays into it, I think I'm using 5.2.1 and that works without problems for me... |
Ouch I'm then also upgrading to that version. I'm still using 5.1 and didn't saw any signal to move on till I read this. Thanks @vroland |
Ah, nvm, 5.2.1 also crashes for me. |
Closing this one since there is another Issue about the same subject and better documented in #345 |
When trying to build this component with IDF 5.3 we came upon this errors (5.1 works correct)
1st error: lcd_ll_set_data_width
This one I don't know why it comes but in the documentation of ESP32S3 I see only a reference to data_width but I don't find this function. Anyways it compiles correctly in IDF 5.1, and it of course exists:
$ grep -rne lcd_ll_set_data_width .
2nd error: Missing argument to function 'lcd_hal_cal_pclk_freq'
This happens because in idf 5.3 there is a new argument at the end called hal_utils_clk_div_t* lcd_clk_div
Reference in 5.3 LCD HAL.
The text was updated successfully, but these errors were encountered: