doc: changed example

This commit is contained in:
2025-06-15 14:14:27 +03:00
parent 168315bb26
commit faec97f6a6

View File

@@ -96,7 +96,7 @@ void app_main(void)
for (;;)
{
zh_160x_set_cursor(&lcd_160x_handle, 0, 0);
zh_160x_print_char(&lcd_160x_handle, "LCD 1602A");
zh_160x_print_char(&lcd_160x_handle, "LCD 160X");
zh_160x_set_cursor(&lcd_160x_handle, 1, 0);
zh_160x_print_char(&lcd_160x_handle, "Hello World!");
vTaskDelay(5000 / portTICK_PERIOD_MS);