Commit Graph

8 Commits

Author SHA1 Message Date
Steve Markgraf 197f421c98 lib: revert implementing RGB233 mode
We will soon have support for a palette mode,
which can replicate the RGB233 mode if required,
or any custom arrangement of bits per color.

Furthermore, the RGB233 mode did not work correctly
in this state, as we did not implement swapping of
the 32 bit words.

This reverts the following commits:
58de0a5bcc
3f44f8fc22
b82303f44f
2020-06-02 00:50:53 +02:00
Sergey Alirzaev 58de0a5bcc lib: fixed rgb332 macros 2020-05-23 21:24:36 +02:00
Sergey Alirzaev 3f44f8fc22 lib: added utility macros for rgb332 mode 2020-05-19 22:24:26 +02:00
Sergey Alirzaev b82303f44f lib: implement enabling RGB332 mode
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)
2020-05-19 22:24:26 +02:00
Steve Markgraf 0fb8849426 lib: add I2C support
Note that the FL2000 only supports I2C transfers with
a fixed length of 4 bytes.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-06-17 03:09:43 +02:00
Steve Markgraf 632482623d fl2k_fm: add stereo and RDS support
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-04-18 23:07:54 +02:00
Steve Markgraf dfbd076817 fix ifdef in export header
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-04-17 20:19:36 +02:00
Steve Markgraf 65d43393ed initial commit
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-04-17 00:23:07 +02:00