Posts: 20
Threads: 1
Joined: Feb 2020
Reputation:
0
Goodmorning everyone,
I bought 128x64 oled 1.3 inch lcd, could you please show me a guide to install the drivers on raspberry p3 with x920 dac and moode audio as software.
thank you
Posts: 20
Threads: 1
Joined: Feb 2020
Reputation:
0
02-18-2020, 10:32 AM
(This post was last modified: 02-18-2020, 10:34 AM by ghera78.)
sorry if I still answer in this section but in the posts you have indicated to me nobody answers me, I wanted to ask you something if it was possible, I followed the guide and I got here:
0 1 2 3 4 5 6 7 8 9 a b c d e f
0: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- 4c -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- 62 -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
how should I set this parameter correctly:
sudo ./mpd_oled -o 6 -b 10 -g 1 -f 20
Posts: 885
Threads: 73
Joined: Mar 2018
Reputation:
36
02-18-2020, 04:57 PM
(This post was last modified: 02-18-2020, 04:58 PM by DRONE7.)
Quote:sorry if I still answer in this section but in the posts you have indicated to me nobody answers me
That is incorrect. Adrii answered you and asked for results from the i2c detect command. You did not reply to him.
http://moodeaudio.org/forum/showthread.p...6#pid16656
The answer to your current question is in Adrii's set-up instructions...
https://github.com/antiprism/mpd_oled/bl...L_MOODE.md
Quote:For I2C OLEDs you may need to specify the I2C address, find this by running, e.g.
and specify the address with mpd_oled -a, e.g.
Code:
./mpd_oled -o6 -a 3d ...
your oled seems to be address 3c from your post above so..
Code:
sudo ./mpd_oled -o 6 -a 3c -b 10 -g 1 -f 20
"Mediocrity is achievable. This may explain it's popularity."
Posts: 20
Threads: 1
Joined: Feb 2020
Reputation:
0
sorry i saw now i realized i wasn't logged in
now I try
Posts: 885
Threads: 73
Joined: Mar 2018
Reputation:
36
2 posts moved to...
http://moodeaudio.org/forum/showthread.p...5#pid16995
ghera78.... Please use that thread for your oled related enquiries
"Mediocrity is achievable. This may explain it's popularity."