#---------------------------------------------------------
# PARALLEL LCD FUNCTIONS
# ======================
#
# These functions initialize and control the paralell LCD
#
# Author: Dogan Ibrahim
# File : LCD2
# Date : October 2022
#-----------------------------------------------------------
import utime
import LCDFuncs
LCDFuncs.lcd_init()
LCDFuncs.lcd_puts('Hello again...')