Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
chip8
master
Chip8
CPU
Display
DisplayProtocol
Keyboard
KeyboardProtocol
Main
Speaker
Built with Crystal 1.9.2
2023-10-07 16:49:34 UTC
module
Chip8::DisplayProtocol
Direct including types
Chip8::Display
Defined in:
display_protocol.cr
Instance Method Summary
#clear
: Nil
#set_pixel
(x : UInt32, y : UInt32, value : Bool) : Bool
Instance Method Detail
abstract def
clear
: Nil
#
[
View source
]
abstract def
set_pixel
(x : UInt32, y : UInt32, value : Bool) : Bool
#
[
View source
]