-
Notifications
You must be signed in to change notification settings - Fork 1k
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
新增对微雪电子 ESP32-S3-Touch-LCD-1.46 开发版的支持 #220
Labels
enhancement
New feature or request
Comments
很奇怪,手头有一块去年11月份买的1.46板子,直接编译烧录没有任何问题。同样编译出来固件烧录到2月份买的1.46上也一直在重启。看了下日志:
是初始化tca9554的时候报错了。把i2c_dev_tca9554_init();从esp32-s3-touch-lcd-1.46.cc里注释了以后再编译就没问题。 |
@Sail-211010 麻烦看看。 #159 |
我这个怀疑是电路有问题,改了下InitializeI2c的代码,把I2C的地址都列出来看了一下。只有0x51, 0x6B, 0x7E,没有TCA9554的0x20
这个地址是0x20。手头没设备,明天到公司测一下再同步信息。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Hi,从工程的commit中看有添加对 微雪电子-Touch-LCD-1.46(https://www.waveshare.net/wiki/ESP32-S3-Touch-LCD-1.46) 开发版的支持,不过从readme中没有看到新增开发板,不知是否已经支持完全,我使用最新的master代码编译并烧录到开发版,上电之后出行不停的reboot,日志如下:
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: