Attached is a small function to print centered text on the screen. It takes into account top and bottom screen widths. 400 is pixel width of the top screen. 320 is the width of the bottom screen, and characters are 8 pixels wide. If the text is too long to fit on screen it is left justified. Give it a try and let me know if you find any bugs.