26-03-2016, 07:06
(26-03-2016, 02:34)moolight0551 Wrote: Great to see the project is alive and well and new software updates are being published. Congratulations. My station has been running for many months now with very few problems.
Hi Dave
Is good to know that. Thank you.
(26-03-2016, 02:34)moolight0551 Wrote: I do not have an EPROM installed. Can I continue to use my TFT SPI display or must I change to an LCD I2C? I have disabled the logger in the config file but not getting anything on the TFT display with the new Rx v2.0 b011.
RX v4.03 boards don't have the external EEPROM, but this don't cause any problem, the software will use the EEPROM existent in the RTC module. Just don't forget to set in the user configurable options that your RX board is a version 4.
Code:
// --------------------------------------------------------------------------------------
// Hardware settings
// --------------------------------------------------------------------------------------
// ---- Define your RX board, main version number
#define Board_Version 4 // 6 for all RX boards v6.xx, 5 for all RX boards v5.xx, 4 for all RX boards v4.xxRegarding to the display, as stated in the change log, the support for 1.8" TFT display was removed. v2.0 software only supports LCD I2C displays.
We are recommending to use only LCD displays, at least since one year, mainly because a TFT display requires a lot more memory resources than an LCD, and those resources could be better used to improve the functionality and stability of the whole system.
Until you get and LCD display, maybe it is better return to v1.5 software. Don't forget to do a factory reset (pressing the push button for 5 seconds) after reprogramming the RX unit.

