From a5b87c98a18db996f8ed748a89bb1ee615a73041 Mon Sep 17 00:00:00 2001 From: Rubberazer <47650457+Rubberazer@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:33:09 +0100 Subject: [PATCH] Update lcd_i2c.c --- EXAMPLES_C/lcd_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXAMPLES_C/lcd_i2c.c b/EXAMPLES_C/lcd_i2c.c index a16c12d..f8c2c28 100644 --- a/EXAMPLES_C/lcd_i2c.c +++ b/EXAMPLES_C/lcd_i2c.c @@ -94,14 +94,14 @@ int main(int argc, char *argv[]){ //Now can start writing to the lcd screen, starting at position 0,0 first line ot the left char message[16] = {"Jetgpio"}; - char message2[16] = {"by Rubberazer"}; + char message2[16] = {" by Rubberazer"}; send_command(lcd, LCD_SLAVE_ADDRESS, 0x80); //Positioning cursor at point 0,0 for (int i=0;i