Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: mackrackit; Keyword(s):

Search: Search took 0.02 seconds.

  1. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    Gettin there....
    Take a look at this
    http://www.picbasic.co.uk/forum/showthread.php?t=543&p=6775#post6775
    When the configs are set in code space the *.inc file needs the config lines commented.
  2. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    No problem.

    Try changing the config line to
    @ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _LVP_OFF & _CP_OFF
    and make sure the *.inc file is commented.
    Then add
    wsave...
  3. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    Seems you edited while I was posting.
    now your answer is in the error message.
    read through till you come the the ADD part
  4. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    Remove

    device pic16F628,
  5. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    You must use MPASM with DT's interrupts.
    Then you will need to use MPASM type configs
    http://www.picbasic.co.uk/forum/showthread.php?t=543
Results 1 to 5 of 6