Shop OBEX P1 Docs P2 Docs Learn Events
PropPad mini. Bare PCB $5, Serial LCD driver with 7 x 21 chars and 262k Font colors. - Page 5 — Parallax Forums

PropPad mini. Bare PCB $5, Serial LCD driver with 7 x 21 chars and 262k Font colors.

1235»

Comments

  • DestructinatorDestructinator Posts: 34
    edited 2010-07-28 00:27
    Just got my schematic worked out, and will get the board done in eagle next. Should have my PCB within the next week or so. If anyone is interested, my backpack will contain-
    - uSD card slot
    - MXB7843 4 wire resistive Touch IC
    - a 3V 1000 mAh battery
    - and an additional 8 GB former flash drive repurposed to experiment with loading an operating system of some kind
    If anyone is interested, I can post a link to the parts and to the PCB when Im done if you want to make one yourself

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Reach into a pocketful of dreams, now before they fall out of the seams" - Billy Talent, Pocketful of Dreams
  • jazzedjazzed Posts: 11,803
    edited 2010-07-28 00:38
    Nice! You have an enclosure too right? Can you show your schematic?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Propeller Pages: Propeller JVM
  • DestructinatorDestructinator Posts: 34
    edited 2010-07-28 12:24
    My Schematic isnt as pretty as tripss, but it works. As for the enclosure, Im waiting to have everything assembled before I print it out, to make sure I have the dimensioning right. Also, just pointing out that in the schematic, the pins line up with tripps from the Proppad. Im using Machine pins from sparkfun, or I think thats what theyre called. Im using male and female, so I can have it quick disconnect in case I need to work on something

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Reach into a pocketful of dreams, now before they fall out of the seams" - Billy Talent, Pocketful of Dreams

    Post Edited (Destructinator) : 7/28/2010 12:30:00 PM GMT
    1912 x 1192 - 29K
  • DestructinatorDestructinator Posts: 34
    edited 2010-07-29 21:45
    Does anyone know a good pcb house to use for my backpack?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Reach into a pocketful of dreams, now before they fall out of the seams" - Billy Talent, Pocketful of Dreams
  • tripptripp Posts: 52
    edited 2010-08-25 06:24
    I am planing to make version2 of proppad!

    So i will sell the remaining PCBs on SALE.

    I just lowerd the price on Prop pad PCB to USD $1.88
    And the 2.8" LCD to USD $33
    And the 2.4" LCD to USD $27

    http://www.xtune.se/index.php?currency=USD&language=en
  • DestructinatorDestructinator Posts: 34
    edited 2010-08-28 09:06
    Sweet ! A version 2 would be most excellent. What are you going to include in the second one? Could you build in the touch IC maybe? That was one of the more diffiicult pieces for me to even consider attatching . . . such a tiny little thing
  • seconikaseconika Posts: 18
    edited 2011-02-03 13:52
    Hi all...

    Im new to the Spin programing,

    I have the touchscreen working perfect, but I would like to add SD-card to the hardware,
    How do I connect the SD-card ? What pin should I use?

    As I used the SD-card earlyer I used pin's:

    (3,2,1,0) 'spiDO,spiClk,spiDI,spiCS) as described in the "PSM_SdCardDriver" file.

    Should I connect:
    spiDO : pin3
    spiClk : pin2
    spiDI : pin1

    And then connect 'spiCS' to any other free pin ??

    Regards,
    Niklas
  • seconikaseconika Posts: 18
    edited 2011-02-06 22:38
    Hi all,

    I now have 8ch 12bit ADC + SD-card and Touchsceen working.
    This really is a nice board to work with.

    I hope to see the Version 2 soon!

    /Niklas
  • Reset_VectorReset_Vector Posts: 55
    edited 2011-02-06 23:06
    Hi tripp

    Can you please tell us more about your new PropPad version ?

    Best regards
  • seconikaseconika Posts: 18
    edited 2011-02-08 11:35
    Hi,
    Regarding the Serial LCD driver with 7 x 21 chars and 262k Font colors,

    Sending text is easy and works perfect.
    But as I don't understand, could someone explain to me how to send commands to the screen?
    I have made my tests with the Parallax serial terminal, maybe this is the problem or?

    Woluld like to clear the screen and change colours.

    Regards,
    Niklas
    tripp wrote: »
    Today i made a Serial LCD driver with 7 x 21 chars and 262k Font colors.

    To print text: "just send it"

    To Clear LCD····· = byte(01) and byte(99)
    Font color········ = byte(01) and byte(100) and RGB bytes
    BG color··········· = byte(01) and·byte(101) and RGB bytes
    Adress col + row = byte(01) and byte(102) and byte(col) and byte(row)

    Should i add more commands?

    serLCD.jpg

    Reset_Vector: I have not used any pullup, and I have not yet noticed a similar problem.
  • tripptripp Posts: 52
    edited 2011-02-08 13:13
    The propeller termial cant send bytes like 01 so it wont work.
    I made a C# app that can change colors and clear the lcd.
    ppad.JPG

    You can download it here: http://www.xtune.se/software/proppad_ser_lcd.zip

    Regardning version 2 i will start soon with that, so more info later.
  • seconikaseconika Posts: 18
    edited 2011-02-08 21:02
    Yepp, Got it..

    Using VB6 I got the full attention of the display :)
    The open source terminal program "Realterm " works to.

    /niklas
Sign In or Register to comment.