Shop OBEX P1 Docs P2 Docs Learn Events
ezLCD on the BS2P — Parallax Forums

ezLCD on the BS2P

El PaisaEl Paisa Posts: 375
edited 2006-10-02 17:28 in BASIC Stamp
The attached program Demo_1.bsp shows some of the graphics features of the ezLCD graphics Display.
The ezLCD is by far the best graphics Display for Stamp Community not only in features but in price.

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2004-09-18 16:21
    Can you also post some pictures?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas Office
  • El PaisaEl Paisa Posts: 375
    edited 2004-09-18 19:35
    A complete set of commands for the ezLCD can be found at:
    Yahoo Groups ezlcd /files/firmware/beta/ezLCDcms.pdf
  • El PaisaEl Paisa Posts: 375
    edited 2004-09-18 19:40
    The picture shown was obtained with Thermometer.bsp
    The resolution was reduced to comply with the upload limitations.
    1280 x 960 - 717K
  • K de JongK de Jong Posts: 154
    edited 2004-09-18 19:51
    Hi El Paisa,

    Is this picture coming from a BS2p?

    It looks great but how is the memory in the BSP organised, how does this picture fit in the 26 Bytes of RAM?

    Or is it in an EEPROM slot, retrieved with READ and SEROUT.

    Very nice! I would like to hear more about it.

    Regards

    Klaus de Jong
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2004-09-18 19:54
    Klaus,

    I looked at the code and the display seems to support drawing commands (sent via SEROUT) that allow that image to be constructed -- so it doesn't have to be pixel-mapped into the BASIC Stamp.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas Office


    Post Edited (Jon Williams) : 9/18/2004 7:56:46 PM GMT
  • K de JongK de Jong Posts: 154
    edited 2004-09-18 21:22
    Hi Jon,

    So it is an intelligent display, you use drawing commands to get it alive.

    That's an interesting idea. I looked at black and white graphical displays over here but I had to stop this project because of the large memory usage of the displays. These things just where not the right thing for a Stamp.

    Klaus
  • El PaisaEl Paisa Posts: 375
    edited 2004-09-18 23:20
    Jon is right.
    It is an intelligent display.
    It is a 240x160 pixels, 255 colors.
    You can also display BMP files but with the Stamp is hard because of space.
    I used it with an Atmel ATmega128 and can read BMP files.
    The display has an internal 80KB ROM to store stuff. I believe in the future they plan to have an 1MBx8 ROM.
    My first example shows how to draw Lines, Boxes, Circles, Filled Boxes, Circles, Rotate text and has 5 different fonts/sizes.
    ·
  • K de JongK de Jong Posts: 154
    edited 2004-09-18 23:43
    You mentioned that the ezLCD is probably the best choice for the basic Stamp. One of the arguments would be its price, according to what you said.

    Can you give an indication of the price of an ezLCD?

    Thanks in advance,

    Klaus
  • El PaisaEl Paisa Posts: 375
    edited 2004-09-19 01:34
    yeah.gif·The best you can do is go to www.EarthLCD.com and look for the ezLCD Eval kit.
    They normally are shipped programmed for 11520 Baud but you can program it for 9600 Baud.
    For that you need the Evaluation Board.

    Once the LCD is programmed for 9600 Baud you do not need the Evaluation Board.
    They are planned to start shipping the device already programmed for 9600 Baud.
    In this case, buy only the LCD not the Eval Board.

    By the way, you can control the ezLCD using the I2C network.

    In my case, I bought two LCDs and only one Evaluation Board.

    You have to understand that I got nothing to do with those peoples.
    I like the device very much.
    ·
  • hvilla01hvilla01 Posts: 19
    edited 2006-10-02 01:55
    Hi Paisa,

    Can you help me, I have the board of education and the ezlcd001, I am just starting using both for the first time and I really don't know how to connect them, if you could help me I will really apriciate it a lot.

    Regards

    Hvilla
  • El PaisaEl Paisa Posts: 375
    edited 2006-10-02 03:09
    Hi Hvilla,
    The connections from the ezLCD-004 to the BS2 It·are quite simple.

    pin 19 of CN1·receives command data from the bs2
    pin 20 of CN1 sends touch screen data.

    You can connect directly from the CN1 to the pins of your selection.

    Do not forget to connect the grounds.

    Just remember to change in the program the pins numbers.

    Good luck.

    Any more questions?, just ask.·
  • El PaisaEl Paisa Posts: 375
    edited 2006-10-02 03:28
    I have to clarify one of previous post.

    It is a 6 inches screen size.

    The resolution of the ezLCD-004 is 320x240 pixels, 16 bit color palette.

    Have a 1MB·internal EEPROM to store icons, BMPs files.

    Have a touch screen resistive type.

    Very soon the build-in MMC card writer/reader will be activated to store even more graphics data.

    I have been using this display with Parallax BS2P, Atmel ATmega128, and lately with the Parallax Propeller.
  • Kevin WoodKevin Wood Posts: 1,266
    edited 2006-10-02 04:04
    EP,

    What types of projects are you using them in? Hobby, industrial, commercial?

    Thanks.
  • El PaisaEl Paisa Posts: 375
    edited 2006-10-02 07:33
    Kevin,

    Just having fun and learning.
  • El PaisaEl Paisa Posts: 375
    edited 2006-10-02 17:28
    hvilla01,

    I am sorry I misread your post.

    The attached file shows some info about the operation of the ezLCD-001 and a BS2P.
Sign In or Register to comment.