Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts

Сохраните в закладки:

Цена:1464.9RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Sep-15-2025 1742.44 руб. 1829.56 руб. 1785.5 руб.
    Aug-15-2025 1728.87 руб. 1814.12 руб. 1771 руб.
    Jul-15-2025 1449.43 руб. 1521.70 руб. 1485 руб.
    Jun-15-2025 1698.77 руб. 1783.68 руб. 1740.5 руб.
    May-15-2025 1479.29 руб. 1553.87 руб. 1516 руб.
    Apr-15-2025 1669.76 руб. 1752.0 руб. 1710.5 руб.
    Mar-15-2025 1654.99 руб. 1737.62 руб. 1695.5 руб.
    Feb-15-2025 1640.8 руб. 1722.81 руб. 1681 руб.
    Jan-15-2025 1625.36 руб. 1706.25 руб. 1665.5 руб.

    Новые товары

    Характеристики

    Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts

    Описание товара

    Brand NameWALFRONTModel NumberTFT LCD Touch-screen ModuleOriginMainland ChinaTypeHand Tool Partsis_customizedNoUsageHome DIYMeasurement unitpiece/piecesEach pack11 610,25 ₽-9%1 610,25 ₽-9%1 464,90 ₽1 464,90 ₽there are seller's couponsAdd to CartBuy now1 464,90 ₽loaderDescription

    Factory Price  1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board

     

    Features:

    3.5inch TFT LCD Module, Resolution 480x320, Controller ili9481 ili9468, ili9488 hx8357, or r61581.

    Designed with a TF(Micro SD) card socket on the back of board so that you can conveniently insert a card.

    Support touch screen function. The test code is provided below. This kit requires certain professional knowledge and ability, make sure you know how to use it, please. We cannot provide any technical assistance.

     

    Specifications:

    Controller: ili9481 ili9468, ili9488 hx8357, or r61581

    Resolution: 480x320

    Voltage: 5V/3.3V

    LCD Interface Definitions:

    The order definition    1  NC    2  VDD    3  VDD    4  CS    5  RS    6  WR    7  RD    8  RESET    9  DB0    10  DB1    11  DB2    12  DB3    13  DB4   14  DB5    15  DB6    16  DB7    17  DB8    18  DB9    19  DB10    20  DB11    21  DB12    22  DB13    23  DB14    24  DB15    25  GND   26 NC    27  NC    28  NC    29  NC    30  LED-K6    31  LED-K5     32  LED-K4     33  LED-K3    34   LED-K2    35   LED-K1     36  LED-A    37 GND  

     

    Initialization Code:

    write_SPI_commond(0xFF);
    write_SPI_commond(0xFF);
    delay_nms(5);
    write_SPI_commond(0xFF);
    write_SPI_commond(0xFF);
    write_SPI_commond(0xFF);
    write_SPI_commond(0xFF);
    delay_nms(10);

    write_SPI_commond(0xB0);
    write_SPI_data(0x00);

    write_SPI_commond(0xB3);
    write_SPI_data(0x02);
    write_SPI_data(0x00);
    write_SPI_data(0x00);
    write_SPI_data(0x10);

    write_SPI_commond(0xB4);
    write_SPI_data(0x11);//0X10

    write_SPI_commond(0xC0);
    write_SPI_data(0x13);
    write_SPI_data(0x3B);//
    write_SPI_data(0x00);
    write_SPI_data(0x00);
    write_SPI_data(0x00);
    write_SPI_data(0x01);
    write_SPI_data(0x00);//NW
    write_SPI_data(0x43);

    write_SPI_commond(0xC1);
    write_SPI_data(0x08);
    write_SPI_data(0x15);//CLOCK
    write_SPI_data(0x08);
    write_SPI_data(0x08);

    write_SPI_commond(0xC4);
    write_SPI_data(0x15);
    write_SPI_data(0x03);
    write_SPI_data(0x03);
    write_SPI_data(0x01);

    write_SPI_commond(0xC6);
    write_SPI_data(0x02);

    write_SPI_commond(0xC8);
    write_SPI_data(0x0c);
    write_SPI_data(0x05);
    write_SPI_data(0x0A);//0X12
    write_SPI_data(0x6B);//0x7D
    write_SPI_data(0x04);
    write_SPI_data(0x06);//0x08
    write_SPI_data(0x15);//0x0A
    write_SPI_data(0x10);
    write_SPI_data(0x00);
    write_SPI_data(0x31);//0x23

    write_SPI_data(0x10);
    write_SPI_data(0x15);//0x0A
    write_SPI_data(0x06);//0x08
    write_SPI_data(0x64);//0x74
    write_SPI_data(0x0D);//0x0B
    write_SPI_data(0x0A);//0x12
    write_SPI_data(0x05);//0x08
    write_SPI_data(0x0C);//0x06
    write_SPI_data(0x31);//0x23
    write_SPI_data(0x00);

    write_SPI_commond(0x35);
    write_SPI_data(0x00);

    //write_SPI_commond(0x36);
    //write_SPI_data(0x00);

    write_SPI_commond(0x0C);
    write_SPI_data(0x66);

    write_SPI_commond(0x3A);
    write_SPI_data(0x66);

    write_SPI_commond(0x44);
    write_SPI_data(0x00);
    write_SPI_data(0x01);

    write_SPI_commond(0xD0);
    write_SPI_data(0x07);
    write_SPI_data(0x07);//VCI1
    write_SPI_data(0x14);//VRH 0x1D
    write_SPI_data(0xA2);//BT 0x06

    write_SPI_commond(0xD1);
    write_SPI_data(0x03);
    write_SPI_data(0x5A);//VCM  0x5A
    write_SPI_data(0x10);//VDV

    write_SPI_commond(0xD2);
    write_SPI_data(0x03);
    write_SPI_data(0x04);//0x24
    write_SPI_data(0x04);

    write_SPI_commond(0x11);
    delay_nms(150);

    write_SPI_commond(0x2A);
    write_SPI_data(0x00);
    write_SPI_data(0x00);
    write_SPI_data(0x01);
    write_SPI_data(0x3F);//320

    write_SPI_commond(0x2B);
    write_SPI_data(0x00);
    write_SPI_data(0x00);
    write_SPI_data(0x01);
    write_SPI_data(0xDF);//480

    //write_SPI_commond(0xB4);
    //write_SPI_data(0x00);
    delay_nms(100);

    write_SPI_commond(0x29);
    delay_nms(30);

    write_SPI_commond(0x2C);

     

    Package Includes:

    1 x LCD Module

     

    aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()aeProduct.getSubject()

     

    aeProduct.getSubject()

    1) We accept Alipay, West Union, TT. All major credit cards are accepted through secure payment processor ESCROW.

    2) Payment must be made within 3 days of order.

    3) If you can't checkout immediately after auction close, please wait for a few minutes and retry Payments must be completed within 3 days.   

    About shipping

    1. WORLDWIDE SHIPPING. (Except some countries and APO/FPO)
    2. Orders processed timely after the payment verification.
    3. We only ship to confirmed order addresses. Your order address MUST MATCH your Shipping address.
    4. The images shown are not the actual item and are for your reference only.
    5. SERVICE TRANSIT TIME is provided by the carrier and excludes weekends and holidays. Transit times may vary, particularly during the holiday season.
    6. If you have not received your shipment within the period,  please contact us. We will track the shipment and get back to you as soon as possible with a reply. Our goal is customer satisfaction!
    7. Due to stock status and time differences, we will choose to ship your item from our first available warehouse for fast delivery.

    8. We seller are not in charge of import duty, buyer is responsible for that. Any dispute caused by this is unreasonable.

    9. BR buyer please provide the cpf or cnpj, it will be better for you to get it more quickly. thanks

    Return and Refund

    1. You have 7 days to contact us and 30 days to return it from the date it was received. If this item is in your possession more than 7 days, it is considered used and WE WILL NOT ISSUE YOU A REFUND OR REPLACEMENT. There are NO EXCEPTIONS! Shipping cost is bear by both seller and buyer in half.
    2. All returned items MUST BE in the original packaging and you MUST PROVIDE us with the shipping tracking number, specific reason for the return, and your po#.
    3. We will refund YOUR FULL WINNING BID AMOUNT, upon receipt of the item in its original condition and packaging with all components and accessories included, AFTER BOTH Buyer and Seller cancel the transaction from aliexpress. OR, you may choose to have a replacement.
    4.  We will bear all the shipping cost if the product(s) is (are) not as advertised.

    About feedback

    We maintain high standards of excellence and strive for 100% customer satisfaction! Feedback is very important We request that you contact us immediately BEFORE you give us neutral or negative feedback, so that we can satisfactorily address your concerns.
    It is impossible to address issues if we do not know about them!




    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    Оля 20 Декабря 2021, 05:48 #

    Стильное и очень элегантное ожерелье, если сказать кратко. Влюбилась в него просто с первого взгляда и тут же оформила доставку.... Читать отзыв полностью...

    Maciej 14 Января 2025, 15:54 #

    Извините, как зовут женщину на прикрепленной фотографии?... Читать отзыв полностью...

    Екатерина 23 Декабря 2021, 10:32 #

    Просто невероятно элегантное платье, если сказать буквально в нескольких словах. По факту оно оказалось еще лучше, чем на фотографии на... Читать отзыв полностью...

    Владимир 19 Мая 2023, 11:16 #

    Абсолютно не ясно, как подключить. Может кто прояснить ?... Читать отзыв полностью...

    Екатерина 19 Декабря 2021, 08:10 #

    Красивые, яркие, интересные и очень оригинальные серьги. Мне они понравились буквально с первого взгляда. Нисколько не пожалела, что их заказала.... Читать отзыв полностью...

    Екатерина 19 Декабря 2021, 06:13 #

    Заказала эти серьги из стерлингового серебра 925 пробы и никапельки не пожалела. Они просто великолепны, даже еще лучше в жизни,... Читать отзыв полностью...

    Diana 19 Декабря 2021, 02:03 #

    Заказала этот крутой костюм эльфа для косплея и новогодней вечеринки ? С нетерпением ждала эту посылочку и вот наконец-то получила... Читать отзыв полностью...


    Отзывы о Factory Price 1 Piece 3.5 inch TFT LCD Touch-screen Module 480 x320 Mega2560 Board | Other Tool Parts

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha