Results 591 to 600 of 619
-
2021-02-20, 17:16 #591
- Join Date
- May 2008
- Location
- Canada
- Posts
- 6,723
Last edited by philippe_44; 2021-02-20 at 18:39.
LMS 8.1.x on Odroid-C4 - SqueezeAMP!, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
-
2021-02-21, 05:20 #592
- Join Date
- Dec 2018
- Location
- The Netherlands
- Posts
- 166
Hi Philippe,
Forum member Paul Webster has shown interest in a mono mode for SqueezeAmp in the past, see this post. Let me know if it is still useful that I create a separate thread with the question if people are interested in a mono mode, considering that you already have implemented a modification in squeezelite-esp32 and issued a pull request for LMS.
By the way, thank you for your quick actions! I see that there is already a new release v571 of Squeezelite-ESP32 that implements a mono flag. If I understand correctly, we now need to wait for a new release of LMS that allows to select Mono Output Channel Mode, before we can use SqueezeAMP / Squeezelite-ESP32 in mono mode. Correct?| LMS 8.1.2 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC Zero | SqueezeAMP |
-
2021-02-21, 07:15 #593
- Join Date
- Feb 2021
- Posts
- 8
-
2021-02-22, 03:40 #594
- Join Date
- Dec 2018
- Location
- The Netherlands
- Posts
- 166
SqueezeAMP mono mode is working
Hi Philippe,
I noticed that the latest LMS 8.2.0 nightly has the mono output channel mode implemented. So I tested this mono mode with my SqueezeAMP.
Configuration:
- SqueezeAMP with firmware SqueezeAmp.571.master-cmake
- Logitech Media Server Version: 8.2.0 - 1613972346 @ Mon Feb 22 07:03:08 WEST 2021
- In LMS Output Channel Mode "Both channels (Mono)" is selected for player SqueezeAMP
=> I can confirm that Mono Mode is working correctly with this configuration. Thanks!
Out of curiosity I also tested what happens when I select this Mono output channel mode in LMS for two other players (piCorePlayer and SqueezePlay for Windows). Here I got mixed results:
- When selecting Mono output channel mode for piCorePlayer (using squeezelite v1.9.8-1344-pCP), the player keeps playing in Stereo mode.
- When selecting Mono output channel mode for SqueezePlay (using latest SqueezePlay v8.0.1-r1343 for Windows), it appears that SqueezePlay plays the left channel audio on both speaker outputs. When playing a test track with only audio on the right channel, there is no sound coming from the speakers.
I suppose that the behavior of piCorePlayer is expected (since squeezelite for pCP has no mono mode implemented), but I was surprised by the different behavior of SqueezePlay.Last edited by CJS; 2021-02-22 at 04:42. Reason: Fixed a typo
| LMS 8.1.2 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC Zero | SqueezeAMP |
-
2021-02-22, 06:11 #595Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2021-02-22, 08:03 #596
- Join Date
- Dec 2018
- Location
- The Netherlands
- Posts
- 166
-
2021-02-22, 14:27 #597
- Join Date
- Jan 2021
- Posts
- 12
I also bought such a display and wired it up. It is working quite nicely and I'm very happy with it. Good work with the driver!
Some small thing I observed:
After installation I had a white screen at first until I noticed, that the SPI config you've posted doesn't match the labeling of the outputs on the board.
In the picture included in your post you can see the labeling next to the DIP switches: IO13 MTCK and IO15 MTDO.
However you wrote in the spi_config
data=13,clk=15
One thing I don't understand after playing a little bit with the display settings in LMS:
There seems no possibility to have the display always switched on when playing and always switched off when not playing (but with the player switched on).
I have to set the "brigthness in standby mode" to 4, otherwise the screen dims when no button is pressed during playback.
Additionally there is no such screensaver like "screen off" or "blank screen" available as "screensaver (stopped)". Is there any solution to this?
I wanted to set it up like this to avoid images burning into the TFT screen. Or are my concerns unjustified?
There also seems to be no option to clear the album art, when the playback is stopped and the display switches to e.g. the date/time screensaver?
-
2021-02-23, 08:58 #598
- Join Date
- Nov 2020
- Posts
- 23
yes, if you swap the cable connections, you also have to swap the IOs too.
You can see our wiring here -> Post #568
It works too.
If you are afraid of burning into the TFT: Since version 569, the new button action can be used to switch off the display. Today it's not in the Readme, but in Pull request #64 you see the button action ACTRLS_POWER for the power button.
I use it with longpress on the Rotary Encoder (via button in NVS, and wire Rotary-SW on GPIO23).
Code:NVS-Button -> [{"gpio":23,"type":"BUTTON_LOW","pull":true,"long_press":1000,"normal":{"pressed":"ACTRLS_TOGGLE"},"longpress":{"pressed":"ACTRLS_POWER"}}]
<- LMS
<- LMS with material skin
The brightness must then be set in the player's plug-in "Display". See picture:
I use brightness=3 because I will see a clock...
More infos to ILI9431 see -> Post #537
Greetings
M.P.Last edited by MumPf; 2021-02-23 at 09:15.
-
2021-02-23, 15:31 #599
- Join Date
- Feb 2021
- Posts
- 9
Hi at all,
I thank you so much for all the detailed posts, I'm a newbie with this project and the beginning effort was so much, but right now I'm with the squeezelite-esp32 connected with the LMS pretty well. I installed the repository of squeezelite-esp32, so right now I see all the configurations, but I have the same problem of @martymcbro (I followed the last post suggestions) as you can see in the picture attached below.
This is my SPI/Display configuration:
Code:display_config: SPI,width=160,height=128,cs=21,reset=22,back=12,speed=10000000,driver=ST7735
Code:spi_config: data=13,clk=15,dc=19,host=1
-
2021-02-23, 17:17 #600
- Join Date
- Nov 2020
- Posts
- 23
Don‘t use GPIO 21.
21 is the buildin amp on this board.