Shop OBEX P1 Docs P2 Docs Learn Events
Visual Spin for PSB (4.3" LCD) (beta test) — Parallax Forums

Visual Spin for PSB (4.3" LCD) (beta test)

RaymanRayman Posts: 14,889
edited 2010-09-01 06:39 in Propeller 1
This seems to work, but I haven't tested it too much yet...

With the attached version, you can select to create either a regular XGA or a PSB project for a 4.3" touchscreen.

It has a block cursor that moves when you push on the screen.

The default form is full size because of the limited screen resolution.

It currently assumes you are using the same pins as the PSB, but once you have it done, you can export to the Prop Tool and set your custom pins.

It does not use the touchscreen IC's interrupt output, it just constantly polls it.

Comments

  • wjsteelewjsteele Posts: 697
    edited 2010-08-31 19:12
    Ray, your generated code works perfectly, however, when I try to open it up in the Propeller Tool, the PSB_LcdDriver.spin file is missing.

    Also, when I click on "View or Edit Code" in the build window, the editor doesn't allow me to edit the code.

    Lastly, when I try to edit the VGS (PSB_LcdDriver) file from the "Objects" button, it comes up in Asian characters.

    Bill
  • RaymanRayman Posts: 14,889
    edited 2010-09-01 06:08
    Ok, I'll fix those problems soon. Right now, we have to evacuate our beach house because of a hurricane :(

    But, on the build menu, I think there's a "open with Prop Tool" button that should give you easy access to all the object files in your system temp folder.
  • wjsteelewjsteele Posts: 697
    edited 2010-09-01 06:39
    Rayman wrote: »
    I think there's a "open with Prop Tool" button that should give you easy access to all the object files in your system temp folder.

    Cool... that worked! I opened the code and hit F8 which allowed me to see it.

    Bill
Sign In or Register to comment.