EPISODE · Nov 10, 2023 · 1 MIN
ICN6211 & TFT display hacking debugging
from Adafruit Industries · host Adafruit Industries
yesterday we had the square 4" 720x720 TFT display (https://www.adafruit.com/product/5794) working with our Raspberry Pi DTO + ICN6211 configuration. now we want to move onto a round screen. one thing that was kinda nice about that screen is it does not require an SPI init code - it pops up immediately into RGB TTL mode. all our other screens require configuration. which means now we have a lot of variables: the DTO and kernel driver that writes DSI data, the ICN6211 configuration that sets the TTL resolution and sync, and the SPI config. that's a lot of variables! we're going to back up and just make sure the SPI init is good - to do that we use the ST7701 datasheet to find the 'all pixels on' command. by sending this at the end of the init string and seeing all white display we know that at least that part of the configuration is working, then we can work back and get the ICN6211 test colorbars and finally work all the way back to the DTO setting. display work is really hard but this is something we've done many many times so we are used to juggling so many configs. what really helps a ton is having a known good setup using the ESP32-S3 Qualia (https://www.adafruit.com/product/5800), so we are really glad we got that working first Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------
What this episode covers
yesterday we had the square 4" 720x720 TFT display (https://www.adafruit.com/product/5794) working with our Raspberry Pi DTO + ICN6211 configuration. now we want to move onto a round screen. one thing that was kinda nice about that screen is it does not require an SPI init code - it pops up immediately into RGB TTL mode. all our other screens require configuration. which means now we have a lot of variables: the DTO and kernel driver that writes DSI data, the ICN6211 configuration that sets the TTL resolution and sync, and the SPI config. that's a lot of variables! we're going to back up and just make sure the SPI init is good - to do that we use the ST7701 datasheet to find the 'all pixels on' command. by sending this at the end of the init string and seeing all white display we know that at least that part of the configuration is working, then we can work back and get the ICN6211 test colorbars and finally work all the way back to the DTO setting. display work is really hard but this is something we've done many many times so we are used to juggling so many configs. what really helps a ton is having a known good setup using the ESP32-S3 Qualia (https://www.adafruit.com/product/5800), so we are really glad we got that working first Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------
NOW PLAYING
ICN6211 & TFT display hacking debugging
No transcript for this episode yet
Similar Episodes
Apr 21, 2026 ·73m
Apr 18, 2026 ·14m
Apr 18, 2026 ·95m
Apr 15, 2026 ·55m
Apr 13, 2026 ·68m
Apr 11, 2026 ·59m