Shop OBEX P1 Docs P2 Docs Learn Events
Graphics Touch Screen capabilities — Parallax Forums

Graphics Touch Screen capabilities

El PaisaEl Paisa Posts: 375
edited 2006-08-27 18:42 in Propeller 1
This program uses spin to display a color from a 16bit palette onthe ezLCD-004 Graphic LCD.
The·included photo shows the result
1280 x 960 - 863K

Comments

  • JamesxJamesx Posts: 132
    edited 2006-08-26 19:20
    Nice! Would it be possible to display a graph with such a program?

    J
  • El PaisaEl Paisa Posts: 375
    edited 2006-08-27 01:51
    This program only displays the selected color.
    With this display you can displays graphs, bmp files, anything graphic.
    The display has a buildin 1 MB EEPROM to store graphics.

    Look at www.ezlcd.com/support.
    Look for the ezLCD-004 section.
    It has the latest firmware, documentation and user manual.
  • ProgrammertannerProgrammertanner Posts: 20
    edited 2006-08-27 16:48
    can u touch the screen and make it do something?
  • El PaisaEl Paisa Posts: 375
    edited 2006-08-27 17:11
    Sure.

    In the example given, you can touch·any number, when finished, touch Enter

    and the number is used to display the corresponding color.
  • Stan671Stan671 Posts: 103
    edited 2006-08-27 17:41
    I have the EzLCD-002 with the touch screen and it is cool.· I have started writing an object to support it's features via a serial connection·using just two ports of the Propeller.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Stan Dobrowski
  • El PaisaEl Paisa Posts: 375
    edited 2006-08-27 18:42
    I have a ezLCD-001 and a ezLCD-004.
    Never got the chance to get the -002.
    From what I undestand the touch screen of the -002 is by large blocks.
    I have been able to program the touch screen down to 5x5 pixels, but it takes large amount of program to define each small button.
    The -004 also uses two wire scheme.
    Let me know how your program works.

    I modified the program to use· PUB to save some code setting up the buttons.
Sign In or Register to comment.