-40%

Serial: UART/IIC/I2C/SPI 240x64 Grafik LCD Display Modul für Arduino/PIC/AVR

€ 12.66

Availability: 99 in stock
  • Rücksendekosten trägt: Käufer trägt die unmittelbaren Kosten der Rücksendung der Waren
  • Brand: Digole
  • Condition: Neu
  • MPN: Not Specified
  • Rücknahme akzeptiert: Verbraucher haben das Recht, den Artikel unter den angegebenen Bedingungen zurückzugeben.
  • Rücknahme - Weitere Angaben: Return with original package and in original condition
  • Nach Erhalt des Artikels sollte Ihr Käufer innerhalb der folgenden Frist den Kauf widerrufen oder den Rückgabeprozess einleiten: 14 Tage

    Description

    Description
    Serial:UART/I2C/SPI 240x64 Pixels LCD Display Module, NO BACKLIGHT
    Not like other similar modules on ebay, this unique item has: 7 preloaded Fonts + Graphic Engine +4 Uploadable Fonts and more Integrated
    Download Programing Manual
    Download Arduino lib and demo code
    mbed  Library
    (Thanks for
    Michael Shimniok
    to contribute code)
    Watch Arduino Demo Code Video on Youtube
    Convert image to data tool(MSB Horizontal option
    )
    if the total quantity you ordered >=10 pcs, we can preload your custom Start Screen and user font, please contact us in advance.
    What benefit you if using these products in your electronic projects?
    Wide viewing range
    , almost 100 degree from left to right and 60
    degree
    up to down.
    Save lots of the I/O resources
    : these products only need 1 to 3 I/O pins from your controller that depends on the communication type you want.
    Save huge memory space
    to store font and start screen: in these product, there are
    7 preloaded fonts
    ready for your application, and also have 16KB memory space for your user fonts, once you uploaded the start screen or user fonts, it will stored in products.
    Easy to use: the commands sending to products are easy to remember and understand.
    Using user fonts function, you can display any graphs or characters in any language
    These products already
    integrated graphic functions
    such as: draw line/rectangle/circle/image, send few bytes of instruction to products, it will do it for you, that also save your lots of code space
    You can display contents in 4 different directions: 0º, 90º, 180º, 270º(clockwise) on same screen, the product will map the coordinate accordingly.
    FEATURES:
    Power Supply: 4.6V to 5.5V
    Power consumption: maximum 34mA
    Communication mode: UART/I2C/SPI, detect your setting automatically
    Receiving buffer: 256 bytes
    Work with all microcontroller and microprocessor
    Communication signal can work on 3.3V and 5.0V TTL
    Default setting: UART baud 9600bps, I2C 0x27 address
    UART baud (bps): 300, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, 115200
    Pixels: 240x64, 0.45x0.45mm
    Screen size: 112x30mm
    Product size: (WxHxD):150x57x14mm (5.9X2.25x0.55")
    Simple command sets, easy to remember
    Graphic engine integrated
    7 preloaded fonts, font’s data structure full compatible with
    U8Glib
    4 uploadable user fonts, can display any characters and graph very simple
    Draw characters or graph in 4 direction
    Arduino Demo Code for above screen:
    #define _Digole_Serial_UART_  //To tell compiler compile the special communication only,
    //other available is: _Digole_Serial_I2C_ and _Digole_Serial_SPI_
    #include
    //--------UART setup, if you don't use UART, use // to comment following line
    DigoleSerialDisp mydisp(&Serial, 9600); //UART:Pin 1(TX)on arduino to RX on module
    //--------I2C setup, if you don't use I2C, use // to comment following 2 lines
    //#include
    //DigoleSerialDisp mydisp(&Wire,'\x27');  //I2C:SDA (data line) is on analog input pin 4, and SCL (clock line) is on analog input pin 5
    //--------SPI setup, if you don't use SPI, use // to comment following line
    //DigoleSerialDisp mydisp(8,9,10);  //SPI:Pin 8: data, 9:clock, 10: SS, you can assign 255 to SS, and hard ground SS pin on module
    const unsigned char fonts[] = {0, 6, 10, 18, 51, 120, 123,0};
    const char *fontname[]={"Default","4x6", "6x10","9x18B","osr18","gdr20","9-18"};
    const char x0=100,y0=40;
    void setup() {
    mydisp.begin();
    mydisp.clearScreen(); //CLear screen
    mydisp.disableCursor(); //disable cursor, enable cursore use: enableCursor();
    mydisp.setFont(fonts[4]);
    mydisp.setPrintPos(0, 0, _TEXT_);
    for(char i=4;i>=0;i--)
    {
    mydisp.setFont(fonts[i]);
    mydisp.print(fontname[i]);
    mydisp.print(" ");
    }
    mydisp.setFont(fonts[5]);
    mydisp.nextTextLine();
    mydisp.print(fontname[5]);
    mydisp.setFont(fonts[6]);
    mydisp.setTextPosAbs(130, 63);
    mydisp.print(fontname[6]);
    mydisp.setMode('^');
    for(char i=7;i>0;i--)
    mydisp.drawDisc(x0,y0,i*3);
    mydisp.drawCircle(x0,y0,15);
    mydisp.drawLine(x0+22,y0-20,x0-22,y0+20);
    mydisp.drawBox(172,5,55,15);
    }
    void loop() {
    }
    Connect with your master circui
    t:
    Download Programing Manual
    Download Arduino lib and demo code
    Other lib and sample code
    Online tools:
    Convert image to Digole(u8g) user fonts
    All other online tools from Digole
    Watch Arduino Demo Code Video on Youtube
    Digole Serial Display List
    Model
    Matix
    Product Size
    (WxHxT mm)
    View Size(mm)
    Display Technology
    Backlight
    Weight(g)
    Touch
    Screen
    Onboard
    2~16MB Flash
    Monochrome Display Module
    DS24064LCD-1
    240x64
    150x57x14
    113x30 (4.6")
    B/W Transflective LCD
    NO
    120
    DS240160LCD-7
    240x160
    88x75x9.3
    67.2x36(3")
    4 Gray Scale
    Transflective LCD
    White,Adjustable
    55
    DS12864LCD-7
    128x64
    82x52x6
    71x35.5 (3.1")
    B/W Transflective LCD
    NO
    30
    DS12864LCD-6
    128x64
    72x49x9
    61x30.5 (2.7")
    B/W Transflective LCD
    Yellow-Green
    23
    DS12864LCD-5
    128x64
    58.6x39.5x11.5
    48.6x24.5
    B/W Transflective LCD
    White
    23
    DS12864LCD-4
    128x64
    46x40x6
    42x21 (1.8")
    B/W Transflective LCD
    White
    9
    DS160120LCD-51
    (F)
    160x120
    52x52x7.5
    40.5x30.5(2.0")
    B/W Transflective LCD
    White,Adjustable
    23
    Optional
    DS12864OLED-3W
    128x64
    34x30x5
    30x15 (1.3")
    OLED-White
    -
    5
    DS12864OLED-3B
    128x64
    34x30x5
    30x15 (1.3")
    OLED-Blue
    -
    5
    DS12864OLED-2W
    128x64
    30x30x5
    22x11 (0.96")
    OLED-White
    -
    4
    DS12864OLED-2B
    128x64
    30x30x5
    22x11 (0.96")
    OLED-Blue
    -
    4
    DS9696OLED-G
    96x96
    31x33x4.5
    20.7x20.7(1.12")
    OLED-Green
    -
    5
    DS12864LCD-UNA
    128x64 Universal LCD Adapter for most KS0108, ST7920 and ST7565 LCD controller
    3
    Color Display Module
    DS9664COLED-20
    96xRGBx64
    31x29x4.4
    20x13.3 (0.96")
    OLED-RGB 65K Color
    -
    4.5
    DS160128COLED-46
    (F)
    160xRGBx128
    53x38x5
    36x28.7 (1.8")
    OLED-RGB 262K Color
    -
    12
    Optional
    DS160128CTFT-46
    160xRGBx128
    53x38x5.7
    36x28.7(1.8")
    TFT LCD -RGB 262K Color
    Adjustable
    14
    Optional
    DS320240CTFT-51(F)
    320xRGBx240
    62.5x36.7x5.4
    41.5x31.1(2")
    TFT LCD-RGB 262K Color
    Adjustable
    16
    Optional
    DS220176CTFT-56
    220xRGBx176
    61x44x5.7
    43.5x34.8(2.2")
    TFT LCD -RGB 262K Color
    Adjustable
    15
    DS320240CTFT-56
    (
    T
    F)
    320xRGBx240
    61x44x5.7
    43.5x34.8(2.2")
    TFT LCD -RGB 262K Color
    Adjustable
    16
    Optional
    Optional
    DS320240CIPS-61
    (
    T
    F)
    320xRGBx240
    70x43x5.6
    49x36.8(2.4")
    IPS(Super TFT) 262K Color
    Adjustable
    17
    Optional
    Optional
    DS400240CTFT-61(
    T
    F)
    400xRGBx240
    73.5x37.5x6.3
    53.3x32(2.4")
    TFT LCD-RGB 262K Color
    Adjustable
    21
    Optional
    Optional
    DS320240CIPS-66
    (
    T
    F)
    320xRGBx240
    46x73.8x5.4
    53x39.5(2.6")
    IPS(Super TFT) 262K Color
    Adjustable
    23
    Optional
    Optional
    NOTE:
    The Backlight Adjustable means the brightness of backlight can be adjusted by software
    Buyers – Please Note:
    I
    mport duties, taxes and charges are
    not included
    in the item price or shipping charges. These charges are the buyer's responsibility
    ,
    We claim the value of items based on the whole sale price on the market,
    Please check with your country's customs office to determine what these additional costs will be prior to bidding/buying.
    Shipping
    May need 1 to 6 weeks, see below for detail
    We will send payment cleared orders out of our facility within
    2
    working days to HongKong/ShangHai Post Office, the post office needs 1 to 3 working days to sort and process international parcels,
    We ship to your Paypal address only!!
    , please verify your Paypal address before sending payment,
    Estimate Delivery time, except public holiday in both of our country
    (
    If you can't wait the described time, please don't buy it from us
    ):
    Click "Shipping and payments" page, select the correct country, then click "Get Rates", you will see the estimated delivery days.
    The delivery time are different season to season, the eBay mantain it automatically.
    Return to top
    Return/Warranty Policy
    Return with no reason:
    Item must be sent out in original condition within 7 days since item received,
    Buyer can return item to our Service Department in Canada or China by buyer's convenience,
    Buyer pay the return shipment fee,
    Same way money refund as you paid.
    Return/exchange if defective or wrong item buyer received:
    Buyer must contact with us using ebay message system within 4 days since item received,
    WE pay the return shipment fee,
    Replacement or money refund are available upon buyer request.
    Please contact us using ebay message system in advance before leaving feedback if there were any problem with your items.
    Payment
    Payment is expected within
    4
    days,
    Ebay Unpaid Item Assistant
    will open unpaid item case automatically if no payment received in
    4
    days.
    We accept Paypal only
    About us
    This is
    Canadian
    operating company, the quality of all products and service are comply with American Standard,
    We try our best to help buyers to pick out the
    QUALIFIED
    products from dazzling market with reasonable price,
    Our goal is to be one of the best seller on ebay, buyer's
    satisfaction
    is our #1 concern
    FAQ
    Q: How do you caculate the combine shipping cost?
    A: Pay a maximum of
    .99
    shipping on all eligible non-freeshipping items
    (Please ask us to combine your items after putting orders but before pay for them if you bought different items)
    Q: What can you do if my address is not correct?
    A: Buyer should take all responsibility for offering incorrect information.