Murad U

Results 20 comments of Murad U

Also https://github.com/tomtor/ESP-8266/blob/master/tft.lua

@Ant-12 any chance you could create a pull request?

@pilnikov Я более менее разобрался со сборкой. Отключил ОТА, теперь все собирается только крэшится на плате. Похоже, что это тупик, так как я не разбираюсь в коде. Кстати, можно использовать...

@pilnikov Недавно нашел esp-12f и собрал его с зеленой vs1053, i2c lcd 2004 и IR приемником. Все что надо на борту имеется. а дополнительную переферию можно через ардуино соединять если...

Can you give me a tip? do you mean `if ( !localtime ( &timeinfo ) ) ` ?

Tried localtime_r() but it shows incorrect time. Anyway, its good to have this function for ESP8266 available. Created PR, please review here https://github.com/esp8266/Arduino/pull/8407 Thanks

new PR here https://github.com/esp8266/Arduino/pull/8407

@hevet comment displaytime part in LCD2004.h. Works for me. I think latest commit is breaking it

Correct. It depends on i2c controller. I couldnt find block and used \x23 (hash char)

Is there a quick way to fix it? Thanks Also please see my version **spiram.cpp** without external library. ``` //****************************************************************************************** // SPI RAM routines. * //****************************************************************************************** // Use SPI RAM...