I have only been using flowcode for the past week and have never before used microcontrollers or any sort of programming language, so bare with me if my question is a little silly or obvious.

I have been designing a simple security system which allows a user to gain access to a locked door via entering a pin code into the keypad. The code works both in the flowcode simulation and on the actual hardware. I have design a simple menu system that allows the user to navigate various options such as changing the pin code etc. The problem is that I am finding the LCD screen size a little restricting. I am using a 16x2 LCD and the E-Blocks hardware with an ATMEGA32 chip. The text I wish to display on the LCD will not fit within it's limited character limit and I wish to overcome this problem.
My question is: 'Is there a way to scroll or marquee text on an LCD component?' If possible without using c code as I have no experience with it.
An example of text I would wish to display marqueed along the LCD is "Press '2' to change your pin". I know I could shorten this to something along the lines of "2. Change Pin", however I wish to make the system as straight forward and user-friendly as possible.
Thanks for listening!
Richard
