Newbie SPI question


Closed Thread
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,636


    Did you find this post helpful? Yes | No

    Default Re: Newbie SPI question

    I agree with malcom , but its seems the only way forward for now is to help ourselves.
    a simple start with one or both of the previously mentioned devices (spi versions only ) on a pic18 with a chr(32 to 90 ) ( space to Z) 8x8 font (in program memory) using hardware spi and a simple background/foreground colour scheme . I think this is achievable especially with a few participants involved .
    I'm in anyone else ?

  2. #2
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Default Re: Newbie SPI question

    Have you checked LCD Wiki pages?
    There are most of the stuff you need available. Only thing you need to do is modify LCD controller specific parts to match your LCD display (e.g LCD init, std commands, etc...).

    If there are Arduino C-codes available for your LCD controllers, then it is even easier to port code to PBP. C and PBP are very similar, only systax is different.
    Other method is to read programmers manual and figure out all necessary part of the code from there (hard way).

    I could be interested to port my LCD projects to some newer LCD (from monochrome Nokia 3310 LCD, which is still very usable).

    LCD module requirements:
    - some commonly used LCD (code available in Arduino platform, etc...)
    - touch screen functionality (or same LCD controller in modules w and w/o touch screen support).
    - SPI (LCD) /I2C (touch) interface
    - ~2-3" size

    Code could be developed/shared in GitHub to track history and bugs if multiple persons are involved.
    I could start participating later on autumn, due to fact that summer is very short here -> I have other activities than coding and debugging

Similar Threads

  1. newbie question
    By Lcj100 in forum mel PIC BASIC
    Replies: 8
    Last Post: - 12th October 2009, 09:57
  2. SPI communication problem (newbie)
    By lm555cn in forum Serial
    Replies: 4
    Last Post: - 3rd March 2008, 15:33
  3. Newbie question!!!
    By mel4853 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 3rd July 2007, 04:58
  4. Greetings from Newbie and a question
    By ChrisHelvey in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 24th July 2006, 15:52
  5. Newbie question:
    By Izone in forum mel PIC BASIC
    Replies: 2
    Last Post: - 26th February 2006, 16:24

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts