EdenFantasys Newsletter Subscription Form
Take 20% off your order now - Get early access to deals and sales
Home>mall>Electronics
0Liked

UNO R3 USB Development Board With 2.8 Inch TFT Touch Display Module

4.8549
$19.99 /$24.39
  • *Name:

  • *Email:

  • *Phone:

  • *Quantity:

  • *Content:

  • Attachment:

    Supports JPG, JPEG, PNG, PDF, EXCEL, WORD, RAR, ZIP, 7z formats

$15.99 /$24.39
Shipping to: United States | Express delivery: 7-12 business days | Standard delivery: 15-25 business days

Guaranteed Safe Checkout

Free Gift
Free gift with any purchase
Shipping Policy
Free standard shipping on orders over $9.9
Return Policy
Return items will be accepted within 40 days when is the date of receiving the goods. Customized items cannot be returned or exchanged. Items bought with an e-gift card are exchangeable only; refunds are not applicable.

Free Gift

Welcome to Roymall, your professional website for purchasing premium department store gifts. We highly value and appreciate your support, and we want to express our gratitude by adding an extra touch of excitement to your purchases. When you shop with us, you not only get to enjoy high-quality products that enhance your lifestyle, but you'll also receive an exclusive free gift with every order you place. Ready to explore our collection and find your perfect gifts? Browse our selection of premium department store items, place your order, and look forward to the excitement of your free gift arriving alongside your purchase.

Shipping Policy

We will work hard to deliver items to you after receiving your orders and make sure they arrive safely. Delivery details will be provided in your confirmation email.In most cases, orders are processed within 2 days.Under special circumstances, it will be delayed as follows: When you place an order on Saturday, Sunday or public holidays, it will be delayed for 2 days..Normally, it needs 5-7 working days (Monday to Friday) without being affected by flight delay or other environmental factors..Because our shipping service is worldwide so the delivery times will depend on your location so it may need a few times and please wait patiently if you are in remote districts or countries.

1. Return & Exchange Policy

We only accept items purchased from roymall.com. If you purchase from our local distributors or other retailers, you cannot return them on our side. Final sales items or free gifts are not acceptable for a return. To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.After receiving return instructions from us, please package up your returned items and drop your package at the local post office or another courier.
We will process your return or exchange item within 3-5 working days after we receive it. The refund will be processed and credited automatically to your original method of payment.No returns or exchanges can be accepted if the product was custom produced, including custom size, custom color, or custom printed.Need more help, please contact us. service@roymall.com or Whatsapp: +8619359849471

2.Refund Policy

You'll get a full refund or 100% store credit after we receive the returned package and check it. The refund will be processed and credited automatically to your original method of payment. Please note that shipping costs and any duties or fees are not refundable. The extra shipping costs are non-refundable once the package has been shipped. You are responsible for paying these fees and we’re unable to waive or refund them, even if the order is returned back to us.Once we received and confirmed your returned item, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.If you have any problems regarding the refund process, please contact us. service@roymall.com or Whatsapp: +8619359849471
UNO R3 ATmega328P Board:
Description:


UNO R3 board is 100% compatible with original , now it has perfect quality and performance .
is an open-source physical computing platform based on a simple i/o board and a development environment that implements theProcessing/Wiring language. can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).
This is the new Tosduino Uno R3. In addition to all the features of the previous board, the Uno R3 now uses an ATmega16U2 instead of the ATmega8U2 chip. This allows for faster transfer rates, no drivers needed for Linux or Mac (inf file for Windows is needed), and the ability to have the Uno show up as a keyboard, mouse, joystick, etc.

Note:

The TOSduino Uno R3 requires the 1.0 drivers folder in order to install properly on some computers. We have tested and confirmed that the R3 can be programmed in older versions of the IDE. However, the first time using the R3 on a new computer, you will need to have 1.0 installed on that machine.
The small chip is ATmega16U2, the 28 pin DIP socket chip is ATmega328-pu.



2.8 Inch LCD Display Feature:
Description:

2.8 inch LCD TFT display
Bright, 4 white-LED backlight
Colorful, 18-bit 262,000 different shades
4-wire resistive touchscreen 240 x 320 pixels with individual pixel control
No wiring, no soldering.
Simply plug it in and load library
On-board 3.3V 300mA LDO regulator
5V compatible, use with 3.3V or 5V logic
Support 2GB micro SD TF card
Size: 7.8 x 5.3cm

Package included:

1 x 2.8 Inch TFT LCD Shield Touch Display Module
1 x UNO R3 ATmega328P Board with USB cable









Electronics Ranking
UNO R3 USB Development Board With 2.8 Inch TFT Touch Display Module,UNO R3 USB Development Board With 2.8 Inch TFT Touch Display Module,UNO R3 USB Development Board With 2.8 Inch TFT Touch Display Module,UNO R3 USB Development Board With 2.8 Inch TFT Touch Display Module

Customer Reviews

4.80 out of 5
See all 63 reviews
Write a Review
  • All Reviews (63)
  • Image ( 1 )
  • Video (0)
  • All Star
    • All Star(63)
    • 5 Star (2)
    • 4 Star (0)
    • 3 Star (0)
    • 2 Star (0)
    • 1 Star (0)
Sort by:
Top Review
  • Top Review
  • Most Helpful
  • Most Recent
Reviews only from your country (United States)
|
Show Original

A part of the review has been auto-translated.

  • 05/07/2017

    Both board and display are quite nice. What I really like is that this board have replaceable chip, so you can use ti to program ATmega 328 chips: https://goo.gl/n3VbEX

    Comments (0)
    Show Original
  • 01/11/2015

    After 4 weeks i finally had my hands on this product. But it was not easy to let it work.
    So found the good driver!!

    When you know the driver you can easily let it work. For me i found it after 2 days. So this have i done. At the back on my module stand with black marker 68090 it seem to stand for the diver RM68090 but under that name you can not found it. So after hard google. i found on another site that the RM68090 is similar on the ILI9325 so when you get the unkown driver error try this one. And change the code to:
    if(identifier == 0x9325) {
    Serial.println(F("Found ILI9325 LCD driver"));
    } else if(identifier == 0x9328) {
    Serial.println(F("Found ILI9328 LCD driver"));
    } else if(identifier == 0x7575) {
    Serial.println(F("Found HX8347G LCD driver"));
    } else if(identifier == 0x9341) {
    Serial.println(F("Found ILI9341 LCD driver"));
    } else if(identifier == 0x8357) {
    Serial.println(F("Found HX8357D LCD driver"));
    } else {
    Serial.print(F("Unknown LCD driver chip: "));
    Serial.println(identifier, HEX);
    identifier = 0x9325;
    }

    And download the normal library from adafruit
    link:
    https://github.com/adafruit/TFTLCD-Library

    And maybe you must rotate the lcd for the correct touch. And mirror it.
    Rotate can be with comment:
    tft.setRotation(1)

    And mirror i had do with the follow:


    p.x = map(p.x, TS_MINX, TS_MAXX, 240, 0);//default is (240, 0) [default puts touch cord. 0=x/y upper right.
    p.y = map(p.y, TS_MINY, TS_MAXY, 0, 320);//default is (320, 0) [I change these cause i like 0=xy bottom left.

    I switch the 0 , 240 to 240 ,0 for it.

    Enjoy this nice product i upload a picture later.

    Comments (2)
    Show Original
Show:
    12...30

    Total 0 pages

    Go to page

    Go
    Customer Q&As
    Can't find your answer? Ask a new questionorCustomer Service

    Tips:For questions about your order, place of delivery, product discount, taxation, delivery time, warranty, shipping, payment, exchange rate, and other questions unrelated to the product, please contact customer service.

    showing 1-2 of 2 |
    Show Original

    A part of the QA has been auto-translated.

    • 0
      Q: Does the touch screen comes with a stylus?
      A:
      includes.
      Answered by Quenelle on 10/07/2021Helpful (0)
    • 0
      Q: Hi, can I bye it with Arduino Mega insteed Arduino Uno?
      A:
      I think you can buy a 2.8 Inch TFT Touch screen and Arduino Mega separately.
      Answered by lizgo on 21/12/2017Helpful (0)

    My Cart Cart (71)
    My Favorites My Favorites (0)