Murad U
Murad U
I noticed that there is an option **ODROID_AUDIO_SINK_DAC** which allows to make a use of internal I2S DAC What is the key combination that will switch to I2S DAC?
Is there any chance to add support for ILI9225? Its a 2.0 or 2.2 inch display 176x220 Driver : https://github.com/Nkawu/TFT_22_ILI9225 and https://github.com/nopnop2002/Raspberry-ili9225spi Documentation: https://github.com/raek/ili9225_documentation/blob/master/ili9225.md
I have found a project with advanced libraries. https://github.com/SuperHouse/esp-open-rtos Is it possible to make Ka-radio working with it?
Hi @karawin if I want to change extram CS pin how do I do that? Where is it defined? Thanks
Is there any chance to get the code update to work with SDK 3? It looks like the easiest way is to port code from Ka-Radio32 There are lots of...
#### Platform - Hardware: [ESP-12F] - Core Version: [3.0.2] - Development Env: [Platformio] - Operating System: [MacOS] ### Settings in IDE - Module: [Generic ESP8266 Module] - Flash Mode: [dio]...
In this PR https://github.com/esp8266/Arduino/pull/6994 the feature with extra SPI RAM was added, but CS pin was set to 15. I understand its hw pin and performs slightly faster, but is...
Was trying to port this code from ESP32, but found that **getLocalTime** doesnt exist. Is there a replacement? ```cpp void gettime() { static int16_t delaycount = 0 ; // To...
Hi @karawin I would like to modify wires (to release pins 4, 5 and 15) as per below > #define CS_PIN 0 > #define XDCS_PIN 16 > #define DREQ_PIN 9...
Hi Ed, by any chance would you be able add secondary encoder for mute and volume change. let say add pin_enc2_clk etc Thanks