enum Tchipi8::IO::PixelState

Defined in:

io.cr

Enum Members

On = 0
Off = 1

Instance Method Summary

Instance Method Detail

def off? #

[View source]
def on? #

[View source]
def to_u8 : UInt8 #
Description copied from struct Enum

Returns the value of this enum member as a UInt8


[View source]