Nokia lcd include , small footprint to suit pic16's


Closed Thread
Results 1 to 40 of 111

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: Nokia lcd include , small footprint to suit pic16's

    Maybe the MAX operator can do what you want.

    Your check loop can be something like this:

    max_value = old_speed MAX speed

    old_speed = max_value

    But this will lead eventually to a top value on max_value and you may have to reset this value. Don't know what you try to accomplish but a periodic reset may be needed.

    Ioannis

  2. #2
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Nokia lcd include , small footprint to suit pic16's

    Thanks Ioanni,

    i will try the MAX operator.

    What i'm trying to export is the maximum speed value of a single run.

    As i'm not in my home computer right now i will try your advice later today.

    Many thanks.

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,645


    Did you find this post helpful? Yes | No

    Default Re: Nokia lcd include , small footprint to suit pic16's

    For image data could i use the GLCD from Miktoelektronics?
    i did look at the array generated by Mikroelektronics glcd bitmap generator and
    it seems i rejected it for that generated by lcdassistant, cannot recall why.
    none of my posted examples use mokroe files . they would all need a bit of
    work to leverage into pbp anyway


    1. May i add a picture to nokia LCD via the usercommand LCDDAT?
    the LCDDAT sends 1 byte to the lcd @ the current cursor posn
    it would not be the most efficient way to upload an image.
    i saw no way to read pixel data back from the display so i decided that the only way to
    create a decent bitmapped image function was using a frame buffer. this i have implemented
    in the c version as posted.
    implementing this function in pbb is not something i'm willing to invest the time into
    Warning I'm not a teacher

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: Nokia lcd include , small footprint to suit pic16's

    I know 3310 LCD is the cheapest graphic LCD one can buy, but the effort to display something is too much relative to the result (B/W bitmap).

    Next best solution is the Nextion 2.4" at about 15 euros, 65536 colors, 4MB memory, 320*240 and touch with RS232 control.

    No MCU load to control the display and feedback with touch (no hardware buttons etc).

    Richard did an exceptional job on 3310 but is it worth anymore with the cheap smart displays?

    Ioannis

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. 16F946 pcb footprint (64 tqfp)
    By nomad in forum Schematics
    Replies: 2
    Last Post: - 8th September 2009, 11:14
  3. small 2X16 LCD
    By Ron Marcus in forum Off Topic
    Replies: 2
    Last Post: - 26th October 2007, 20:37
  4. Nokia 3310 LCD
    By barkerben in forum General
    Replies: 3
    Last Post: - 10th December 2005, 19:08
  5. Small LCD module,character
    By Ron Marcus in forum Off Topic
    Replies: 6
    Last Post: - 27th November 2005, 18:13

Members who have read this thread : 3

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