-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.44 ST7735 display #108
Comments
just edit lines like there: #51 |
I've already replaced the strings following this link, but it still doesn't work. |
Here is my edit but it isnt last version, ididnt have time to play with my code for radio for months :( |
do you have this in defaultprefs.h? you can set ti via web interface, also 1,44" have smaller resolution, than 1,8" pin_tft_cs = 15 # GPIO Pin number for TFT "CS" |
yeas, thise is in defaultprefs.h. in the test adafruit sketh it works, but cut a part of text a part of defaultprefs.h: Clock offset and daylight saving timeclk_server = pool.ntp.org # Time server to be used Some IR codesir_40BF = upvolume = 2 GPIO pinningspin_ir = 35 # GPIO Pin number for IR receiver VS1838B pin_tft_cs = 15 # GPIO Pin number for TFT "CS" sd_cs = 21 # GPIO Pin number for SD card "CS" pin_vs_cs = 5 # GPIO Pin number for VS1053 "CS" |
debug: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) D: Starting ESP32-radio running on CPU 1 at 240 MHz. Version Mon, 05 Mar 2018 10:52:00 GMT. Free memory 171056 |
Why prefs is -1 ???? |
The setting are missing in the preferences. |
I directly prescribed in the code PIN. everything worked. struct iosetting klist[] = { // List of I/O related keys and I chose the right type of display: tft->initR(INITR_144GREENTAB); |
Hi.
I can't undestend, how change code for use 1.44 ST7735
i see white screen color
WEB inerface works
PS: test adafrute_st7735 code - work
The text was updated successfully, but these errors were encountered: