Skip to content

Commit

Permalink
Reenabled code
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Nov 1, 2024
1 parent fa725a4 commit e8c25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp_panel_st7701.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ esp_err_t st7701_swap_xy(esp_lcd_panel_t *panel, bool swap_xy)
if (panel == NULL)
return ESP_ERR_INVALID_ARG;

// st7701_panel_t *ph = (st7701_panel_t *)panel;
st7701_panel_t *ph = (st7701_panel_t *)panel;
// if (swap_xy)
// ph->madctl |= LCD_CMD_MV_BIT;
// else
Expand Down

0 comments on commit e8c25bd

Please sign in to comment.