class LEDMatrix
- LEDMatrix
- Reference
- Object
Included Modules
Defined in:
led_matrix.crConstructors
Instance Method Summary
- #[](x, y)
- #[]=(x, y, value : Tuple(UInt8, UInt8, UInt8))
-
#draw_point(x, y, color)
Implements
Drawable
- #height : UInt32
- #pixels : Slice(UInt8)
- #pixels_per_panel : UInt32
- #to_unsafe
- #width : UInt32
Instance methods inherited from module CG2d::Drawable
draw_circle(cx : Int, cy : Int, r : Int, color)draw_circle(c : Vec, r, color) draw_circle, draw_line(x1 : Int, y1 : Int, x2 : Int, y2 : Int, color)
draw_line(p1 : CG2d::Vec, p2 : CG2d::Vec, color)
draw_line(line : CG2d::Line, color) draw_line, draw_point(x, y, color)
draw_point(point : CG2d::Vec, color) draw_point