Skip to content

Commit

Permalink
fixup! drivers/st77xx: fix initialization sequences fror ST77xx
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 30, 2023
1 parent d58d661 commit bbfa0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/st77xx/st77xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int _init(lcd_t *dev, const lcd_params_t *params)
command_params[0] = 0x55; /* 16 bit mode RGB & Control */
lcd_ll_write_cmd(dev, LCD_CMD_COLMOD, command_params, 1);

/* controller sepecific initialization part called */
/* controller specific initialization part called */
if (IS_USED(MODULE_ST7735) && (params->cntrl == ST77XX_CNTRL_ST7735)) {
DEBUG("ST7735 used ...\n");
st7735_init(dev, params);
Expand Down

0 comments on commit bbfa0bd

Please sign in to comment.