Module: MonomeSerial::SerialCommunicator::BinaryPatterns::Fourtyh
- Defined in:
- lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb
Instance Method Summary collapse
- #all_pattern ⇒ Object
- #brightness_pattern(brightness) ⇒ Object
- #clear_pattern ⇒ Object
- #col_of_16_pattern(col) ⇒ Object
- #col_of_8_pattern(col) ⇒ Object
- #frame_pattern(quadrant) ⇒ Object
- #led_off_pattern ⇒ Object
-
#led_on_pattern ⇒ Object
please implement me docs.monome.org/doku.php?id=tech:protocol:40h.
- #row_of_16_pattern(row) ⇒ Object
- #row_of_8_pattern(row) ⇒ Object
- #x_y_coord_pattern(x, y) ⇒ Object
Instance Method Details
#all_pattern ⇒ Object
40 41 42 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 40 def all_pattern raise NotImplementedError, "please implement me" end |
#brightness_pattern(brightness) ⇒ Object
48 49 50 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 48 def brightness_pattern(brightness) raise NotImplementedError, "please implement me" end |
#clear_pattern ⇒ Object
36 37 38 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 36 def clear_pattern raise NotImplementedError, "please implement me" end |
#col_of_16_pattern(col) ⇒ Object
32 33 34 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 32 def col_of_16_pattern(col) raise NotImplementedError, "please implement me" end |
#col_of_8_pattern(col) ⇒ Object
28 29 30 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 28 def col_of_8_pattern(col) raise NotImplementedError, "please implement me" end |
#frame_pattern(quadrant) ⇒ Object
44 45 46 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 44 def frame_pattern(quadrant) raise NotImplementedError, "please implement me" end |
#led_off_pattern ⇒ Object
12 13 14 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 12 def led_off_pattern raise NotImplementedError, "please implement me" end |
#led_on_pattern ⇒ Object
please implement me docs.monome.org/doku.php?id=tech:protocol:40h
8 9 10 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 8 def led_on_pattern raise NotImplementedError, "please implement me" end |
#row_of_16_pattern(row) ⇒ Object
24 25 26 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 24 def row_of_16_pattern(row) raise NotImplementedError, "please implement me" end |
#row_of_8_pattern(row) ⇒ Object
20 21 22 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 20 def row_of_8_pattern(row) raise NotImplementedError, "please implement me" end |
#x_y_coord_pattern(x, y) ⇒ Object
16 17 18 |
# File 'lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb', line 16 def x_y_coord_pattern(x,y) raise NotImplementedError, "please implement me" end |