I finished the edit room routine. I am almost finished with the display room routine.
I was using the print using statement, which would be great if the numbers filled the field, however with smaller numbers the display tends to be right justified and not look very good. I’m going to right a function to center the number in the field with spaces. This should make the display look better.
Currently the top of the display looks like this:
” 5″
” ^ ”
” 10 | 4″
” |/”
” 7 <–+–> 6″
If I center the numbers:
” 5 ”
” ^ ”
” 10 | 4 ”
” |/”
” 7 <–+–> 6 ”
It is a simple function and won’t take long, just have time tonight.
—
92/97

Leave a Reply