04-03-2020, 05:30 AM
Hi Paul
It sounds like you are doing everything correctly. Use the instructions/patch from the mpd_oled directory to configure Moode to set up the copy of the audion. In the mpd_oled_oled directory (mpd_oled_oled was meant to be mpd_oled_old!) just step back through the commit numbers, and when you find one that works set up your options and run the install.sh script. Your next test will be
I think though, that if this version (the last before I introduced command line options for SPI) doesn't work you then may be out of luck, as I can't think of any recent-ish changes before this that affect your display. (Also, if you go back beyond the release date of Moode 6 then the mpd_oled build will probably not complete.)
Adrian.
It sounds like you are doing everything correctly. Use the instructions/patch from the mpd_oled directory to configure Moode to set up the copy of the audion. In the mpd_oled_oled directory (mpd_oled_oled was meant to be mpd_oled_old!) just step back through the commit numbers, and when you find one that works set up your options and run the install.sh script. Your next test will be
Code:
cd mpd_oled_oled
make clean
git checkout 2eed63d
PLAYER=MOODE make
I think though, that if this version (the last before I introduced command line options for SPI) doesn't work you then may be out of luck, as I can't think of any recent-ish changes before this that affect your display. (Also, if you go back beyond the release date of Moode 6 then the mpd_oled build will probably not complete.)
Adrian.