Commit Graph

708 Commits

Author SHA1 Message Date
Schöck, Florian b898f25f98 updated zip to match newest source
Former-commit-id: 2e54f40d48a993a66f07f5b655965847a9bf7d14
2015-11-29 19:56:33 +01:00
Schöck, Florian 8d52466acd re-added buffer underrun handling
should not be necessary because the number of LED's in a usual Lightberry setup is to low, but it's nice to have implemented.


Former-commit-id: def3c46687670439be572e6b9c2dd1de5be2f1b5
2015-11-29 19:38:40 +01:00
Schöck, Florian f950ec7df6 changed the SPI frequency to 2 Mhz.
APA102 can handle MUCH higher frequencies than WS2801, so 2Mhz is no big deal for them


Former-commit-id: 814faa648e4f39d7105710ff872bde00aaeaada9
2015-11-29 19:35:26 +01:00
Schöck, Florian 4cdba8cdb6 fixed boot animation
Former-commit-id: 418ed83a4bd4ddaae79bf41de7fd9fb0794f8239
2015-11-29 19:31:51 +01:00
Schöck, Florian f910c717bb reformated code
(Arduino IDE auto-reformat)


Former-commit-id: 8f94b2bb865337ba7b0538617857432ea0376aea
2015-11-29 19:24:01 +01:00
Schöck, Florian cf359e5182 corrected the source to exactly match the protocol of the APA 102 LED's
Former-commit-id: 10d097ff4bbcfa3c717c72138ea0cb1d9e629565
2015-11-26 18:21:20 +01:00
Schöck, Florian 57c5c1ecf5 added the LightberryHDUSBAPA102.1.ino as a source file
Former-commit-id: 4923f654cefc5a08df5424e6a2553111e6914b10
2015-11-26 18:04:43 +01:00
tociek fa0b8db131 Fix to the adalightapa102 firmware
Fix to the firmware when converter would require reconnect after 15
seconds of hyperion inactivity


Former-commit-id: 1952eaad1ddbea3ce23252bb1d9c96ba29d72184
2015-11-23 21:47:04 +01:00
tociek 7551a06cf4 Corrected APA102 USB (adalight) led device
I have removed the 'hack' that allowed to use APA102 with original
version of adalight. I have modified adalight code and placed it into
dependencies folder. This change is not backward compatible, so it won't
work with original adalight code.
The reason for the change is that last leds were not acting as they
should (last led red). Additionally with this change and new arduino
code, performance is  lot better and lights change much smoother.
I have also changed switchOff method that requires different data sent
to apa102 to turn all leds off.

Enjoy :)
Jacek


Former-commit-id: 624fe6c429aee896b150d23289f0be19e040474d
2015-11-12 00:22:11 +01:00
tociek bd1cdac78a Merge remote-tracking branch 'refs/remotes/tvdzwan/master'
Former-commit-id: 5349f8d1511266f136fcb9b3efc70021c4728a74
2015-11-12 00:15:01 +01:00
tvdzwan 42a6f72f06 Merge pull request #402 from AEtHeLsYn/master
APA102 end frame fixed (this time for real)

Former-commit-id: 92969b3b0c7b4cd8cc13c86e509274ec63c0b23b
2015-11-08 21:37:26 +01:00
tvdzwan 1672f41393 Merge pull request #407 from NicoHood/RawHID
Add RawHID Device + HID API Device

Former-commit-id: 969114791e75a5eb3a4827a8e84471cda1966dd5
2015-11-08 21:37:12 +01:00
NicoHood 1b2b3b3135 Added udev/sudo note to HID Device
Former-commit-id: 30e1524a5ca587cd5928aae028de868df2725aca
2015-11-08 21:05:12 +01:00
NicoHood 3595709099 Adapted Paintpack to HIDDevice API
Former-commit-id: 06101f0e99fbe99f8994193cea337b400acbafe3
2015-11-08 17:30:12 +01:00
NicoHood a7d9a44dcc Fixed adalight typos
Former-commit-id: c4bccd1e6c036b244f69283d2edff41c618ffc1b
2015-11-08 17:30:01 +01:00
NicoHood 29d3209d7d Added Raw HID device
Former-commit-id: bd36530b6b63959ee4d83693e396cbb0af70ddb3
2015-11-08 17:29:53 +01:00
NicoHood 4d80fcb0f3 Added HID Device
Former-commit-id: 6284152fd9ffdad69fa1bbd4490da9547c4dbe87
2015-11-08 17:29:34 +01:00
AEtHeLsYn 1c41919c08 Update LedDeviceAPA102.cpp
Former-commit-id: f0b04ded96a9c9b99c2329e7889917645065382d
2015-11-04 14:08:33 +01:00
AEtHeLsYn 98d55e8cfc Update LedDeviceAdalightApa102.cpp
Former-commit-id: fbf05206e681fc5979a7241bcb1ee716ec088757
2015-11-04 14:07:15 +01:00
AEtHeLsYn 958aa428a3 Update LedDeviceAPA102.cpp
Former-commit-id: 164b396f7d779d01e2fc1df80438ad817a0ac712
2015-11-04 14:05:09 +01:00
AEtHeLsYn 9d004fa36e Update LedDeviceAdalightApa102.cpp
Former-commit-id: 2bbbb4756e6c3f8fe070ba73e63ce327e3f75ff4
2015-10-30 20:08:16 +01:00
AEtHeLsYn acc1a1b397 Update LedDeviceAPA102.cpp
Problem with endFrame was not only endFrameSize, but ledValue index too

Former-commit-id: cc14e9d440a1d27f6a51c18f92aeba1f438c9c01
2015-10-30 20:07:21 +01:00
T.van der Zwan 6230f1dfe7 Updated releases with APA102 fix
Former-commit-id: 2125e182e31c667b66ec176ae302514742114914
2015-10-20 21:02:09 +02:00
tvdzwan 7e72600afd Merge pull request #393 from LightberryEu/master
APA102 implementation for Adalight

Former-commit-id: 60d2efea7fdc9b995039132fb0a399aa65c4bc17
2015-10-20 20:58:38 +02:00
tociek 3f6c00966e Final adjustments for APA102 via Adalight
Former-commit-id: ba786d5c4165c992ce4671e487294547c8dae8c6
2015-10-13 23:35:27 +02:00
tociek 33edcddb1b APA102 device for use with Adalight (nominaly for ws2801)
Former-commit-id: 7fb9e8e84518be9387ea9feca11e93a8a5389e4f
2015-10-13 19:11:01 +02:00
poljvd 4fe01a6613 Update update_hyperion.sh
Fixed incorrect openelec variable reference

Former-commit-id: f594935c9a6a2f1818dd3acfdb0fddfac6ad76cb
2015-09-29 17:06:06 +02:00
poljvd 41b4d3dfe2 Update update_hyperion.sh
Fixed check for wetek (amlogic) device

Former-commit-id: bedd8945265d0a72ebcf934dd26aadc38d036b92
2015-09-29 16:39:29 +02:00
tvdzwan 996c23a658 Merge pull request #370 from mrgreywater/gcc46-compat
Maintain compatibility with gcc 4.6

Former-commit-id: c8a2fe8b6b1becaf518c861e75fa78af40f810cd
2015-09-09 22:26:29 +02:00
T.van der Zwan f7bce46f34 Update install/update script
Added build scripts for building different releases (in cross-compile)
Added new releases for rpi/imx6/wetek/x32/x64


Former-commit-id: 2025f1e3e8663d733b60a18944c6097da4ee371b
2015-09-09 22:21:51 +02:00
T.van der Zwan ad876b0d8c Fixed json value lookup
Only close the amlogic device every 20th succesfull reads.


Former-commit-id: 46c0cf1465b8c8b33d696bb2aeac5cabb1cb2819
2015-09-03 21:37:49 +02:00
T.van der Zwan a3db06e90e Demangled config naming convention is framegrabber.
Former-commit-id: ccb9b98f3e42785620ade9970b33d94c77b93508
2015-08-20 10:14:19 +02:00
T.van der Zwan 31e5d6b147 Merge branch 'add_aml_grabber'
Former-commit-id: 7522d53b40a60e95fa62b82663b9779d0392d4f5
2015-08-20 10:04:50 +02:00
T.van der Zwan 5497fbf577 Finished the amlogic grabber for the 'WeTek Play'
Former-commit-id: e459cdfe6273ad2bfee92d2d190801ebdc691a5c
2015-08-20 09:51:44 +02:00
mrgreywater c0c8490b95 Maintain compatibility with gcc 4.6
This fixes a compatibility issue when compiling with gcc 4.6 (which is
the version distributed with raspbian by default)


Former-commit-id: ff8518cbc0627049526138b67f4965cedfdfd4be
2015-08-11 12:47:44 +02:00
T.van der Zwan 348e0c1ee8 Fixed compile errors in amlogic grabber
Former-commit-id: b56a72681edbf442a28fb3106a4ca445b6e6aaa8
2015-08-08 08:13:59 +02:00
T.van der Zwan 1447209846 Added tool to create screenshot for amlogic grabber
Former-commit-id: d403deab3f931d01bec97b726d8e70b73d3a0012
2015-08-08 08:13:37 +02:00
T.van der Zwan 2de173722d Added code for amlogic grabber.
Former-commit-id: fdb9c1c5d8ce02d531d2008057e22f1ae8f7d04e
2015-08-07 14:37:41 +02:00
tvdzwan cc5b57e4c0 Merge pull request #364 from AEtHeLsYn/master
End Frame fixed (Issue #361)

Former-commit-id: b5be5f6b8325a990f50cab434f067617f9733ae0
2015-08-07 10:54:36 +02:00
AEtHeLsYn c9636aaa6b Update LedDeviceAPA102.cpp
End frame fixed

Former-commit-id: 44107997d92d729f84adee368d12e35f1b5be6f1
2015-08-05 10:07:31 +02:00
tvdzwan e65ee859ec Merge pull request #353 from NicoHood/patch-1
Fix RS232 reconnect bug

Former-commit-id: 062ecb5e3db6c44d654fababdfdb3cfd2be967a0
2015-07-27 20:32:35 +02:00
Nico aaf076b722 Fixed RS232 reconnect
Former-commit-id: d527e3261eebd7fa40855bfcc0fe343b1be41dcb
2015-07-20 14:01:24 +02:00
tvdzwan fbd4c58f1d Merge pull request #295 from InuSasha/patch-1
typo

Former-commit-id: e93bd2fb303be6b91e0c241efb30dc0a1bf04b2f
2015-04-02 20:43:57 +02:00
Sascha Kühndel 390485cc64 typo
Former-commit-id: c7621998b125ae499359de0d360444cf912112d8
2015-04-01 17:41:28 +02:00
T. van der Zwan 0a399cccf0 Create release for HummingBoard(imx6)
Former-commit-id: a4c0675617fa6adc54a1ea24290a2c78c64d3e4f
2015-03-30 21:47:26 +02:00
T. van der Zwan 4c4cdc85ae Updated hyperion release with fixed pi-blaster
Former-commit-id: bedde91b3a108f75b57833f3535510c57739a375
2015-03-20 21:17:10 +01:00
T. van der Zwan a8c8a6a0d9 Second attempt to fix the pi-blaster device
Former-commit-id: 53764c0169093bb50e0e9a64dc9112c3bebdf0f4
2015-03-20 21:11:39 +01:00
T. van der Zwan b3db42810c Merge branch 'master' of https://github.com/tvdzwan/hyperion
Former-commit-id: 8be61354b342db61990c9a3880d6f5d81bce3b0d
2015-03-20 20:55:25 +01:00
T. van der Zwan 24af330cb4 Fixed error in Pi-Blaster
Former-commit-id: 28b0d2a43464a38c36fd49f4090a6d32795e9b5d
2015-03-20 20:53:27 +01:00
T. van der Zwan 1c74d0601a Updated release including philips hue update
Former-commit-id: 817dd1164d4662131578a19d2f19107750b4689b
2015-03-12 21:51:12 +01:00