This document summarizes the components used to create an LED wall display interface using Telegram. The LED wall is composed of 128 pixels arranged in an 8x16 configuration. The architecture includes a Telegram bot to receive messages and images, a Redis database to store the model and media, a Flask API to interface with the components, and Celery to manage asynchronous tasks like image conversion. Images are stored in Amazon S3 and the LED wall is controlled by a Raspberry Pi connected to an LED driver HAT. The system allows users to send messages and photos to the Telegram bot which are then processed and displayed on the LED wall.