Skip to content

Commit

Permalink
Remove invaild
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 21, 2023
1 parent 5545a36 commit 0588234
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/LilyGo_Wristband.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ static esp_err_t esp_lcd_new_panel_jd9613(const esp_lcd_panel_io_handle_t io, co
jd9613->base.set_gap = NULL;
jd9613->base.mirror = NULL;
jd9613->base.swap_xy = NULL;
#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(4,4,6)
jd9613->base.disp_off = NULL;
#else
jd9613->base.disp_on_off = NULL;
#endif
// #if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(4,4,6)
// jd9613->base.disp_off = NULL;
// #else
// jd9613->base.disp_on_off = NULL;
// #endif
jd9613->rotation = 0;

*ret_panel = &(jd9613->base);
Expand Down

0 comments on commit 0588234

Please sign in to comment.