CoretechR / OMOTE

Open Source Remote Using ESP32 and LVGL
https://hackaday.io/project/191752
GNU General Public License v3.0
1.02k stars 114 forks source link

As discussed in Sharing devices #77 #78

Closed JustMe-NL closed 2 months ago

JustMe-NL commented 2 months ago

Added Samsung36 IR protocol: modified: Platformio/hardware/ESP32/infrared_sender_hal_esp32.cpp modified: Platformio/hardware/windows_linux/infrared_sender_hal_windows_linux.cpp modified: Platformio/src/applicationInternal/hardware/hardwarePresenter.h

Added 5 new devices: LG TV new file: Platformio/src/devices/TV/device_lgTV/device_lgTV.cpp new file: Platformio/src/devices/TV/device_lgTV/device_lgTV.h LG Soundbar new file: Platformio/src/devices/AVreceiver/device_lgsoundbar/device_lgsoundbar.cpp new file: Platformio/src/devices/AVreceiver/device_lgsoundbar/device_lgsoundbar.h LG Blu-Ray player new file: Platformio/src/devices/mediaPlayer/device_lgbluray/device_lgbluray.cpp new file: Platformio/src/devices/mediaPlayer/device_lgbluray/device_lgbluray.h Samsung Blu-Ray player new file: Platformio/src/devices/mediaPlayer/device_samsungbluray/device_samsungbluray.cpp new file: Platformio/src/devices/mediaPlayer/device_samsungbluray/device_samsungbluray.h Nvidea Shield 2015 new file: Platformio/src/devices/mediaPlayer/device_shield/device_shield.cpp new file: Platformio/src/devices/mediaPlayer/device_shield/device_shield.h