When porting the code to the micro minim OSD i had to reconfigure the SPI select pin for the rx module. After struggling with the RX not working i found that the select pin had to be changed in 2 places.
Some routines use:
#define rx5808_SEL
others still uses:
#define slaveSelectPin
Both need to point to the same pin to make it work.
BTW, thing i did the smallest build of the rx5808_pro_osd ever done ;_)
http://der-frickler.net/modellbau/fpv/fpvtime
Thanks again for the great work Marko!
When porting the code to the micro minim OSD i had to reconfigure the SPI select pin for the rx module. After struggling with the RX not working i found that the select pin had to be changed in 2 places.
Some routines use:
#define rx5808_SEL
others still uses:
#define slaveSelectPin
Both need to point to the same pin to make it work.
BTW, thing i did the smallest build of the rx5808_pro_osd ever done ;_)
http://der-frickler.net/modellbau/fpv/fpvtime
Thanks again for the great work Marko!