Forum Replies Created
-
Posted in: Allo USB Bundle
-
23. Dezember 2018 at 21:16 #42937
@steamfan:
I found a project on GitHub which reads metadata from ShairPort and sends it to a LCD screen plugged to a Raspberry ( https://github.com/benlec/SendNowPlayingToLcd )
@Heiner:
Is it possible to integrate this scripts into M2P, to show the metadata of the currently streamed airplay song. I am happy user of M2P, but I am more and more using Airplay streaming instead of my Logitech Media Server – squeezelite streaming.21. Januar 2017 at 11:57 #26175In case somebody wants to use a HIFIBERRY DAC parallel to the Adafruit PiTFT 2,8
When you erase / set inactive the following lines in the config.txt (which will be added by installing the PiTFT) it worked in my case perfectly.
# — added by adafruit-pitft-helper Sun 15 Jan 16:28:59 CET 2017 —
#[pi1]
#device_tree=bcm2708-rpi-b-plus.dtb
#[pi2]
#device_tree=bcm2709-rpi-2-b.dtb
#[all]9. Januar 2017 at 22:21 #25722Thank you, with the „Max2Play für das 7″ Touch Display“ image it works perfectly.
Originally I started with „Max2Play Raspberry Pi“ Image and installed the 7″ touch display as plugin. That did not work as expected for Jivelite.
But I really follow max_01, why do you not offer Joggler Skin Patch 800×600, would make life easier and would reduce possible errors and questions.8. Januar 2017 at 23:41 #25681I have the same problem. Using a RPi3 and the official 7“ display.
I still can navigate the Jivelite menus.
BUT somehow the right side (approximately 3 to 4 cm) and the bottom (approximately 1 to 2 cm) of the screen is missing.
I tried to select another skin and turned back to the Joggler Skin, still the same problem.When I leave Jivelite and return to the M2P desktop, it seems that the M2P desktop fits to the screen as expected.
Any other ideas what to change to do?
7. Januar 2017 at 19:19 #25663I have now a Wifi problem, too.
I am using a TP-Link TL-WN823N (EU) Ver:2.0. It worked fine with m2p after the following steps to load the correct 8192eu driver:
wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
tar xzf install-wifi.tar.gz
./install-wifi
sudo rebootBUT now by installing a PiTFT (with the Plugin Raspberry Pi Touch Display plugin) the kernel was changed to 4.4.27+ build #2 and I get the message after starting ./install-wifi
„A driver does not yet exist to this update.“Is there somebody who can compile a new 8192eu driver (for wifi chip: Realtek RTL8192CU) to use my wifi TP-Link dongle?
Why are there no wifi usb dongle drivers included in m2p, would be a nice feature !?!7. Januar 2017 at 19:02 #25662Finally I managed to get it work, perhaps it should be included into m2p.
After installing Adafruit 2.8“ Touchdisplay I changed the following files:
1) sudo nano /boot/config.txt
pitft28c (instead of pitft 28-resisitve)
2) sudo nano /etc/modules
ft6x06_ts (instead of stmpe-ts)
3) sudo nano /etc/X11/xorg.conf.d/99-captouch.conf
Identifier „captouch“
MatchProduct „ft6x06_ts“
Option „SwapAxes“ „1“
Option „InvertY“ „1“
Option „Calibration“ „0 320 0 240“Now it is working 🙂
7. Januar 2017 at 16:55 #25659I tried to install the Adafruit PiTFT CAPACITIVE touch screen Adafruit 2.8″ TFT (https://www.adafruit.com/product/1983, capacitive NOT the resistive touchscreen mentioned above), too.
Unfortunately screen is fine, but touchscreen is NOT reacting.
Any help to get the touch working, is highly welcome. -