Added project "Add a 1.5 inch st7789 spi display".
Announcement
Collapse
No announcement yet.
piCorePlayer Documentation
Collapse
X
-
Control Jivelite by rotary encoders and buttons - part1
Originally posted by Greg Erskine View PostAdded project "Add a 1.5 inch st7789 spi display".
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
Comment
-
Originally posted by Greg Erskine View PostI just just pushed a major update to the "piCorePlayer documentation".
Just about all the changes were related to an internal tidy up and restructure, so hopefully everything looks and works as before.
Let me know if I have broken something.
Note: A cache refresh might be needed to see minor cosmetic changes.
Comment
-
Originally posted by Greg Erskine View PostAdded mini11's latest project "Control Jivelite by rotary encoders and buttons".
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
Comment
-
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.
Comment
-
Add an ir-remote to piCore
Originally posted by Greg Erskine View PostGo for it. I am happy to add whatever you decide to do.
index.md.txt
Comment
Comment