Gravity: LCD12864 Shield for Arduino

SKU: DFR0287

This framed LCD12864 Shield with LED backlight is compatible with most of Arduino controllers and supports English/Chinese/Picture display. With 5 analog extention pins and 8 digital pins, the LCD12864 Shield also integrates a 5-key joystick for controlling addtional functions, making it an ideal module for prototyping and interactive projects.

Front of LCD12864 Shield for Arduino with LCD display and jumper wires.-DFRobot product sku:DFR0287 image.

Downloadable Resources

  • Docs
  • Tech Specs
  • Specification

    Parameter Details
    Power supply 3.3V
    Pin used D7, D8, D9, D10, D11, D13, A0
    Reset button Included
    5 degree joystick using Arduino Analog Pin 0
    Backlit control using Arduino Digital Pin 7
    Extra pins 5 Analog pins & 8 Digital pins
    Size 60x55x20mm

    Pinout

    LCD12864 Shield Pin Out

    FAQ

    • Are there any updated sample programs? The "Sample Code" listed under Documentations, generates segmentation errors when compiled under my desktop IDE, which could simply mean that my desktop IDE is outdated, so I tried the on-line IDE (create.arduino.cc/editor) thinking that it is more likely to be up-to-date and I get the following, which is only a small sample as the errors run on for pages:

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      char *menu_strings[MENU_ITEMS] = { "LCD12864 Shield", "www.DFRobot.com", "Temperature", "Humidity" ,"About","OK"};

      ^

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      /tmp/339704765/DFR0287_SampleCode_V1/DFR0287_SampleCode_V1.ino:84:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

      ...and on...and on...and on...

      What controller ic does the LCD use?

    • i use this shield
      this shield used sw spi? hw spi?
      if sw spi how can i change hw spi?
      i want add sd card module
      in case of SD+LCD shield only SD module operate
      how can i operate both this shield and sd card module

      Yeah, it is compatible with UNO, since the screen get power from 3.3V port.

    Explore More Related Questions >

    Was this article helpful?

    TOP