May 04, 2012

Screen modes

You may have got the doubt of the statement 'SCREEN X' in my commands.Normally,  Q basic is in default the screen 0, which is text mode. The other screens from  1 to 13 are in increasing resolution as follows-


          Screen 0                      -                  80*25 -Text mode only
          Screen 1                      -                  320*200 -graphics
          Screen 2                      -                  640*200 -graphics
          Screen 7                      -                  320*200 -graphics
          Screen 8                      -                  640*200 -graphics
          Screen 9                      -                  640*350 -graphics
          Screen 10                    -                  640*350 -graphics
          Screen 12                    -                  640*480 -graphics
          Screen 13                    -                  320*200 -graphics 


Screen statement- 
                SCREEN < MODE >
   where, 
 MODE = the number that sets the screen mode

No comments:

Post a Comment