class Nec::Display
- Nec::Display
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::AudioMuteable
- PlaceOS::Driver::Interface::InputSelection(Nec::Display::Input)
- PlaceOS::Driver::Interface::Powerable
Defined in:
nec/display.crConstant Summary
-
DELIMITER =
13_u8
Class Method Summary
Instance Method Summary
- #audio_input(priority : Int32 = 0)
- #auto_adjust
- #auto_setup(priority : Int32 = 0)
- #brightness(val : Int32)
- #brightness_status(priority : Int32 = 0)
- #connected
- #contrast(val : Int32)
- #contrast_status(priority : Int32 = 0)
- #disconnected
- #do_poll
- #mute_audio(state : Bool = true, index : Int32 | String = 0)
- #mute_status(priority : Int32 = 0)
- #on_load
- #power(state : Bool)
- #power?(**options) : Bool
- #power_on_delay(priority : Int32 = 0)
- #power_query(priority : Int32 = 0)
- #received(data, task)
- #save(priority : Int32 = 0)
- #set_power(priority : Int32 = 0)
- #switch_audio(input : Audio)
-
#switch_to(input : Input)
Switches all outputs to the requested input Special case
switch_to 0
should mute all the outputs, if supported - #video_input(priority : Int32 = 0)
- #volume(val : Int32 | Float64)
- #volume_down
- #volume_status(priority : Int32 = 0)
- #volume_up
Class Method Detail
Instance Method Detail
Description copied from module PlaceOS::Driver::Interface::InputSelection(Nec::Display::Input)
Switches all outputs to the requested input
Special case switch_to 0
should mute all the outputs, if supported