#include "LCD.h"
void setup() {
// put your setup code here, to run once:
initializePort();
initializeLED();
writeString("Welcome");
outData(0x1c);// cursor or display shift(shift display to left after displaying welcome)
lcd_out_control();
}
void loop() {
// put your main code here, to run repeatedly:
}