I’m back again.
You published the tutorial for the 1,54 inch display – looks good.
There is a hint in the tutorial to „control jivelite by rotaries and pushbuttons“, so we should have a tutorial about that too. Here it is.
If you want to publish it, please add a link in 1,54 inch tutorial in Step 4 - Configure Jivelite and/or „More information“ to this tutorial .
index.md.txt![]()
Results 151 to 160 of 175
Thread: piCorePlayer Documentation
-
2022-06-29, 09:12 #151
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
Control Jivelite by rotary encoders and buttons - part1
-
2022-06-29, 09:16 #152
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
Control Jivelite by rotary encoders and buttons - part2
The pic sbpd-1 comes twice - the first one was too big.
-
2022-06-30, 15:49 #153
Added mini11's latest project "Control Jivelite by rotary encoders and buttons".
-
2022-07-02, 15:26 #154
-
2022-07-13, 01:40 #155
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
I checked the tutorial tonight and found a mistake. In sbpd-script, command section please change
e,22,27,VOLU,2 \ # e=encoder, 12 and 26 are GPIO
e,23,24,KEY:KEY_UP-KEY_DOWN,4 " # e=encoder, 12 and 26 are GPIO
to
e,22,27,VOLU,2 \ # e=encoder, 22 and 27 are GPIO
e,23,24,KEY:KEY_UP-KEY_DOWN,4 " # e=encoder, 23 and 24 are GPIO
Thanks
Günter
-
2022-07-13, 03:34 #156
-
2022-07-13, 15:22 #157
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
Tutorials
There are now two additional tutorials pending (ili9341 and spotbear spi displays).
The displays only work with pcp 6. For pcp 7 and 8 I tested several overlays, no match. Today I tried to create and compile a custom overlay, without success.
I don't know, if it makes sense, to publish tutorials for old versions of pcp. Before I do a lot of efforts to create the tutorials, please let me know, if you want to publish them nevertheless.
I have a tutorial how to add ir-recievers to pcp. There are many post in the forum, but I didn't find something about that theme in the pcp-documentation.
Let me know, if you like to publish it.
-
2022-07-14, 04:42 #158
Go for it. I am happy to add whatever you decide to do.
-
2022-07-14, 09:18 #159
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
Add an ir-remote to piCore
Here we go:
index.md.txt
-
2022-07-14, 09:19 #160
- Join Date
- Jul 2021
- Location
- Germany, Frankfurt
- Posts
- 41
Add an ir-remote to piCore part 2