Skip to content

Commit

Permalink
Update drv_st7735.c
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Dec 4, 2024
1 parent 5d12ab5 commit cdf597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_st7735.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Bcmd[] = { // Initialization commands for 7735B screens
*csport &= ~cspinmask;
if (_rst)
{
HAL_PIN_Setup_Output(_rst, OUTPUT);
HAL_PIN_Setup_Output(_rst);
HAL_PIN_SetOutputValue(_rst, 1);
delay_ms(500);
HAL_PIN_SetOutputValue(_rst, 0);
Expand Down

0 comments on commit cdf597b

Please sign in to comment.