프로퍼티 | 타입 | 설명 | |
---|---|---|---|
activeControllerData | IReadWriteIOPort | ||
activeControllerIndex | IReadWriteIOPort | ||
attributeAddress | IReadWriteIOPort | ||
attributeData | IReadWriteIOPort | ||
bytePerChar | byte | ||
colorMode | bool | ||
crtControllerData | IReadWriteIOPort | ||
crtControllerDataColor | IReadWriteIOPort | ||
crtControllerIndex | IReadWriteIOPort | ||
crtControllerIndexColor | IReadWriteIOPort | ||
defaultBackground | TextColor | ||
graphicsControllerAddress | IReadWriteIOPort | ||
graphicsControllerData | IReadWriteIOPort | ||
height | byte | ||
inputStatus1ReadB | IReadWriteIOPort | ||
memory | IMemory | ||
miscellaneousOutput | IReadWriteIOPort | ||
miscellaneousOutputWrite | IWriteOnlyIOPort | ||
offset | uint | ||
sequencerAddress | IReadWriteIOPort | ||
sequencerData | IReadWriteIOPort | ||
width | byte |
메소드 | 설명 | |
---|---|---|
ClearScreen ( ) : void |
Clears the screen.
|
|
OnInterrupt ( ) : bool |
Called when an interrupt is received.
|
|
ScrollUp ( ) : void |
Scrolls up.
|
|
SetCursor ( ushort x, ushort y ) : void |
Sets the cursor position.
|
|
Setup ( Mosa.DeviceSystem.HardwareResources hardwareResources ) : bool |
Setups this hardware device driver
|
|
Start ( ) : DeviceDriverStartStatus |
Starts this hardware device.
|
|
VGAText ( ) : Mosa.DeviceSystem |
Initializes a new instance of the VGAText class.
|
|
WriteChar ( ushort x, ushort y, char c, TextColor foreground, TextColor background ) : void |
Writes the char at the position indicated.
|
메소드 | 설명 | |
---|---|---|
GetValue ( byte command ) : byte |
Gets the value.
|
|
SendCommand ( byte command, byte value ) : void |
Sends the command.
|
|
SetCursorSize ( byte start, byte end ) : void |
Sets the size of the cursor.
|
|
WriteSettings ( byte settings ) : void |
Writes the settings.
|
protected SendCommand ( byte command, byte value ) : void | ||
command | byte | The command. |
value | byte | The value. |
리턴 | void |
public SetCursor ( ushort x, ushort y ) : void | ||
x | ushort | The x position. |
y | ushort | The y position. |
리턴 | void |
protected SetCursorSize ( byte start, byte end ) : void | ||
start | byte | The start. |
end | byte | The end. |
리턴 | void |
public Setup ( Mosa.DeviceSystem.HardwareResources hardwareResources ) : bool | ||
hardwareResources | Mosa.DeviceSystem.HardwareResources | |
리턴 | bool |
public WriteChar ( ushort x, ushort y, char c, TextColor foreground, TextColor background ) : void | ||
x | ushort | The x position. |
y | ushort | The y position. |
c | char | The character. |
foreground | TextColor | The foreground color. |
background | TextColor | The background color. |
리턴 | void |
protected WriteSettings ( byte settings ) : void | ||
settings | byte | The settings. |
리턴 | void |
protected IReadWriteIOPort activeControllerData | ||
리턴 | IReadWriteIOPort |
protected IReadWriteIOPort activeControllerIndex | ||
리턴 | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerDataColor | ||
리턴 | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerIndexColor | ||
리턴 | IReadWriteIOPort |
protected IReadWriteIOPort graphicsControllerAddress | ||
리턴 | IReadWriteIOPort |
protected IReadWriteIOPort graphicsControllerData | ||
리턴 | IReadWriteIOPort |
protected IWriteOnlyIOPort miscellaneousOutputWrite | ||
리턴 | IWriteOnlyIOPort |