Page 1 of 1

ESP-WROVER-KIT-VB lcd开发问题

Posted: Fri Mar 22, 2019 6:43 am
by luyuan89
我购买了ESP-WROVER-KIT-VB开发板
目前想问一下,自带的lcd屏幕如何调试
比如想在lcd显示图片或者数字,请问下如何操作,例子中没有找到相关的demo

Re: ESP-WROVER-KIT-VB lcd开发问题

Posted: Mon Mar 25, 2019 2:58 am
by ESP_morris
你好,ESP32 GUI开发有很多demo。

https://github.com/espressif/esp-idf/tr ... spi_master -- 基本的使用SPI操作显示屏的demo

https://github.com/espressif/esp-iot-so ... amples/hmi -- 基于GUI渲染引擎的demo