Denso Power Net Terminal BHT-7500 Spécifications Page 121

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 560
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 120
112
7.1.4 Mixed Display of Different Character Types or
Different-size Fonts
[ 1 ] Displaying ANK, Kanji, and Condensed Kanji in One
Line
It is possible to mix-display the ANK characters, Kanji characters (both full-width and half-
width), and condensed Kanji characters (both full-width and half-width) in the same line on the
LCD screen, as shown in the example below.
CLS
SCREEN 0
LOCATE 1,1 : PRINT "ABCDEFGHabcdefgh"
SCREEN 1
LOCATE 1,1 : PRINT " "
SCREEN 2
LOCATE 1,1 : PRINT " "
If the display data is outputted to the same location more than one time as shown in the above
program, the BHT overwrites the old data with new data.
[ 2 ] Displaying Standard- and Small-size Fonts on the Same
Screen
The BHT-6000/BHT-6500 can mix-display the standard- and small-size fonts of ANK charac-
ters and Kanji characters (both full width and half-width) on the same screen.
CLS
OUT &h6080, 0
Selects standard-size font
SCREEN 0
PRINT "ABCDEFGH";
OUT &h6080, 1
Selects small-size font
PRINT "abcdefgh"
OUT &h6080, 0
Selects standard-size font
SCREEN 1
LOCATE 1,2 :PRINT " "
OUT &h6080, 1
Selects small-size font
PRINT " ";
Vue de la page 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 559 560

Commentaires sur ces manuels

Pas de commentaire