APA102 LED Controller
Raspberry Pi relay & APA102 LED controller.
APA102 LED Controller란 무엇입니까?
APA102 LED Controller은(는) Plasma Dan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raspberry Pi relay & APA102 LED controller."입니다.
확장 프로그램 스크린샷
APA102 LED Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For use with Raspberry Pi Relay & APA102 LED controller. Allows control & switching of APA102 addressable LEDs (and LED driver). Motor controller functionality is also built-in to control hard-wired home automation type blind / projector screen motors. Ideal for use in home cinema applications. Requires controller: https://github.com/plasmadancom/Raspberry-Pi-Relay-APA102-LED-Controller Keyboard shortcuts for each channel can be configured in chrome://extensions/ Keyboard Shortcuts.
확장 프로그램 기본 정보
이름 | APA102 LED Controller |
ID | jnmjhaaahpdapgcddlgaldjhapmoapje |
공식 URL | https://chromewebstore.google.com/detail/apa102-led-controller/jnmjhaaahpdapgcddlgaldjhapmoapje |
설명 | Raspberry Pi relay & APA102 LED controller. |
파일 크기 | 103 KB |
설치 횟수 | 270 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2016-11-13 |
출시 날짜 | 2016-11-13 |
개발자 | Plasma Dan |
결제 유형 | free |
도움말 페이지 URL | https://www.avforums.com/threads/ongoing-plasmadans-living-room-cinema-office-build.1992617/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "author": "Dan Jones", "options_page": "src\/options\/options.html", "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_appName__", "default_popup": "src\/browser_action\/browser_action.html" }, "background": { "scripts": [ "js\/background.js" ] }, "commands": { "toggle-ch1": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "__MSG_toggle_ch1__", "global": true }, "toggle-ch2": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "__MSG_toggle_ch2__", "global": true }, "toggle-preset": { "suggested_key": { "default": "Ctrl+Shift+3" }, "description": "__MSG_cycle_preset__", "global": true }, "toggle-motor": { "suggested_key": { "default": "Ctrl+Shift+4" }, "description": "__MSG_toggle_motor__", "global": true } } } |