aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* lib: fixed rgb332 macrosSergey Alirzaev2020-05-231-1/+1
|
* lib: added utility macros for rgb332 modeSergey Alirzaev2020-05-191-0/+7
|
* lib: implement enabling RGB332 modeSergey Alirzaev2020-05-191-0/+9
| | | | | | | I've decided to provide a separate pointer for a raw buffer in case the library user comes up with a non-RGB332 use case that avoids byte rearrangement (and copying should be replaced with pulling from the user's pointer in this case)
* lib: add I2C supportSteve Markgraf2018-06-171-0/+35
| | | | | | | Note that the FL2000 only supports I2C transfers with a fixed length of 4 bytes. Signed-off-by: Steve Markgraf <steve@steve-m.de>
* fl2k_fm: add stereo and RDS supportSteve Markgraf2018-04-181-0/+38
| | | | Signed-off-by: Steve Markgraf <steve@steve-m.de>
* fix ifdef in export headerSteve Markgraf2018-04-171-1/+1
| | | | Signed-off-by: Steve Markgraf <steve@steve-m.de>
* initial commitSteve Markgraf2018-04-173-0/+204
Signed-off-by: Steve Markgraf <steve@steve-m.de>