diff --git a/include/zh_160x.h b/include/zh_160x.h index 3e04b2d..0a89005 100644 --- a/include/zh_160x.h +++ b/include/zh_160x.h @@ -16,7 +16,7 @@ extern "C" typedef struct // Structure for initial initialization of LCD 160X. { - bool lcd_size; // LCD size (ZH_LCD_16X2 or ZH_LCD_16X4). + bool lcd_size; // LCD size (ZH_LCD_16X2 or ZH_LCD_16X4). uint8_t rs_gpio_number; // GPIO connected to RS of LCD 160X. uint8_t e_gpio_number; // GPIO connected to E of LCD 160X. uint8_t d0_gpio_number; // GPIO connected to D0 of LCD 160X. @note Required for 8 bit work mode only.