diff --git a/EXAMPLES_C++/lcd_i2c.cpp b/EXAMPLES_C++/lcd_i2c.cpp index 4baaccb..fff6599 100644 --- a/EXAMPLES_C++/lcd_i2c.cpp +++ b/EXAMPLES_C++/lcd_i2c.cpp @@ -92,14 +92,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 (size_t i=0;i