wip:
This commit is contained in:
		| @@ -16,7 +16,7 @@ extern "C" | |||||||
|  |  | ||||||
|     typedef struct // Structure for initial initialization of LCD 160X. |     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 rs_gpio_number; // GPIO connected to RS of LCD 160X. | ||||||
|         uint8_t e_gpio_number;  // GPIO connected to E 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. |         uint8_t d0_gpio_number; // GPIO connected to D0 of LCD 160X. @note Required for 8 bit work mode only. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user