From 4ef77511df2a32e1feb8676a204a244cfe2c8edd Mon Sep 17 00:00:00 2001 From: niwciu Date: Mon, 15 Jul 2024 13:43:46 +0200 Subject: [PATCH] Update ReadMe.md test --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 35c512e..cf1a1a4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -149,6 +149,7 @@ Library main header file with available library functions.

+ #### LCD_HD44780 library configuration - lcd_hd44780_config.h ```C @@ -257,6 +258,7 @@ Library main header file with available library functions. 3. Pin connection between LCD Keypad Shield and Nucleo board


+ #### LCD_HD44780 library configuration - lcd_hd44780_config.h ```C @@ -305,6 +307,7 @@ Library main header file with available library functions. #define USE_LCD_BUF_BIN ON #endif ``` + #### How to build and run the example 1. Open the location you want to clone the repository to in your terminal 2. Clone the repository to your preferred localization