helloradiosky

Results 12 comments of helloradiosky

> > specialized driver can make use of this ADC value to trigger function switches press > > That is a possibility as well. Feel free to improve. I still...

The file 'csd203-sensor.cpp' can also be moved to the 'helloradio' directory ?

> With this, the 6POS leds are working, but the pos is not persistent anymore. If i understood correctly, the analog value is always -100 if no button is pressed...

@Johanl1964 I'm sorry for the trouble this message has caused. The LCD version was an early release. After the product was launched, it was found that the LCD version was...

The only difference between LCD and OLED firmware in the code is the `#define SSD1309_LCD` statement. Disabling this will result in the LCD version of the compiled code. I'm embarrassed...

Add fw issue. In the current system, V14 is designated as OLED, and I really don't know what name to use for LCD, V14LCD? Naming is a bit difficult

@Johanl1964 You only need to make the following changes to compile the version you want: //#define SSD1309_LCD #if defined(RADIO_T14) || defined(RADIO_GX12) || defined(RADIO_V14) //#define SSD1309_LCD #endif I have compiled two...

@pfeerick That's really grateful

> Re: V14-LCD-nightly-firmware.bin > > The special "Helloradio sensor menu" is missing! There are 2 versions of LCD V14, with AI and motion control, and without this, so this FW...

//#define OLED_SCREEN //#define SSD1309_LCD I'm very sorry about my problem. Turning off the two macros mentioned above will solve it. As for the RTC issue, it's probably a problem with...