Documentation ¶
Index ¶
- type Vicky
- func (v *Vicky) Clear()
- func (v *Vicky) Dump(address uint32) []byte
- func (v *Vicky) Read(address uint32) byte
- func (v *Vicky) RenderBitmapText()
- func (v *Vicky) RenderBitmapTextVickyI()
- func (v *Vicky) Shutdown()
- func (v *Vicky) Size() uint32
- func (v *Vicky) String() string
- func (v *Vicky) Write(address uint32, val byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vicky ¶
type Vicky struct { TFB []uint32 // text framebuffer BM0FB []uint32 // bitmap0 framebuffer BM1FB []uint32 // bitmap1 framebuffer TEXT []uint32 MEM []byte Master_L byte // MASTER_CTRL_REG_L Master_H byte // MASTER_CTRL_REG_H Cursor_visible bool Border_visible bool BM0_visible bool BM1_visible bool Border_color_b byte Border_color_g byte Border_color_r byte Border_x_size int32 Border_y_size int32 Background [3]byte // r, g, b // contains filtered or unexported fields }
func (*Vicky) Read ¶
XXX - balance between number of entries and possibility to identify
not implemented reads
func (*Vicky) RenderBitmapText ¶
func (v *Vicky) RenderBitmapText()
Click to show internal directories.
Click to hide internal directories.