Skip to content

Update CROWPANEL_7_0.h board definition #80

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP32_Display_Panel
version=0.1.5
version=0.1.6
author=espressif
maintainer=espressif
sentence=ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development.
Expand Down
2 changes: 1 addition & 1 deletion src/board/elecrow/CROWPANEL_7_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* LCD Controller Name.
*/
#define ESP_PANEL_LCD_NAME EK9716BD3
#define ESP_PANEL_LCD_NAME EK9716B // Fitipower EK9716B

/* LCD resolution in pixels */
#define ESP_PANEL_LCD_WIDTH (800)
Expand Down
Loading