Using Nokia LCD


Results 1 to 40 of 301

Thread: Using Nokia LCD

Threaded View

  1. #25
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Russian View Post
    MELabs PICBASIC forums? Are you writing this because I mentioned my .net program? I have not asked for help with .net. I am trying to get help with some PIC BASIC code I wrote. I mentioned .net just to explain the inconvenience we had before about me saying "my own program".
    Well, good luck trying to get these lines:

    DEVICE 18F458
    XTAL = 4
    @CONFIG_REQ
    DECLARE RSOUT_MODE INVERTED , TRUE
    .............
    DECLARE SERIAL_BAUD 9600

    DIM I AS BYTE
    .................
    DIM E_DATA AS BYTE

    DELAYMS 50
    SHOUT LCD_SDA , LCD_CLK , MSBFIRST, [ $21,$A7,$20 ]
    VALIN = COUNTER PORTE.2 ,100
    STR LCDSTR = "Freq:",0:GOSUB LCD_HOME:GOSUB LCD_SENDSTRING
    STR LCDSTR = STR$(DEC VALIN):GOSUB LCD_SENDSTRING
    STR LCDSTR = "KHz:",0
    RSOUT DEC VALIN,$D,$A
    RSOUT "MEMORY FULL"
    DELAYMS 20
    SHOUT LCD_SDA , LCD_CLK , MSBFIRST, [ LCD_DATA ]
    SHOUT LCD_SDA , LCD_CLK , MSBFIRST, [ LCD_DATA ]
    LCD_DATA=CREAD FONT1+J+I
    SHOUT LCD_SDA , LCD_CLK , MSBFIRST, [ FONTCACHE[0],FONTCACHE[1],FONTCACHE[2],FONTCACHE[3],FONTCACHE[4],FONTCACHE[5] ]
    RSOUT "BAR", DEC I2,":", DEC LCD_DATA, "PLOT:",DEC
    RSOUT "0"
    EWRITE CUR_ADR,[E_DATA]

    CData $00,$00,$00,$00,$00,$00 'Graphic character 0
    ...............
    CData $00,$08,$04,$08,$04,$00 '126 ~ - 7E

    using the compiler that's listed at the top of this webpage, roughly 3rd line down, at the left of the screen.
    Last edited by skimask; - 11th May 2007 at 23:34.

Similar Threads

  1. Nokia COLOR LCD PicBasicPro 2.50a example code
    By skimask in forum Code Examples
    Replies: 49
    Last Post: - 28th September 2011, 01:43
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 1

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