Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    3,505

    Graphics controller for the Sitronix ST7549

    Hi,

    Has anyone ever written a display driver for this GLCD controller in parallel or 3-wire SPI mode? (16 wire interface)

    pinout includes:
    ---------------
    1 Vout
    2 Vss
    3 D0
    4 D1
  2. Replies
    3
    Views
    4,642

    Offset

    skimask,

    not sure yet, I want to take the voltage measurments and see how they look with respect to orientation.

    Basic question, if I give the micro a ref voltage, should it not scale the...
  3. Replies
    6
    Views
    4,673

    What I figured was...

    Hi,

    Thanks and I finally get it. It did work on the 16f877a but I have to remember, each PIC device has its own little kingdom of parameter and register. I mistakenly figured this was a common,...
  4. Replies
    6
    Views
    4,673

    More data

    Hi,

    ver 2.46, MPASM 5.1

    I think it is an problem with the 18F4431. I can compile code for the 16F877a with both MPASM and the default compiler and it works just fine. I have tried to compile...
  5. Replies
    3
    Views
    4,642

    A/D conversion problem on 18F4431

    Hi,

    Ver 2.46, MPMASM 5.1

    I have the processor above with an analog accelerometer. The values I'm getting from the conversion are incorrect with respect to the reference voltage supplied. I...
  6. Replies
    6
    Views
    4,673

    OPTION_REG = $7f syntax error

    As the title suggest, I started to get a compile error with this line of code.

    Any suggestions? It did work a day or so ago.

    thanks

    t
  7. Thread: Long start time

    by ttease
    Replies
    10
    Views
    5,354

    More info

    Thanks for the links and info.

    Okay, I read the threads suggested and I'm more confused than before but I believe I have the bits set. I checked by importing the *.asm file into MPLab ver 7.52...
  8. Thread: Long start time

    by ttease
    Replies
    10
    Views
    5,354

    CONFIG fuses

    Verified, using MPASM 5.1.

    If I want to config the PIC to run at 8mHz, I thought it was simply this:

    DEFINE OSC 8

    Is this incorrect?

    t
  9. Thread: Long start time

    by ttease
    Replies
    10
    Views
    5,354

    Config fuses

    Hi,

    Using MPMASM, not sure how to use the 'default assembler'. I just found the PIC18EXT.bas file and defs. I can set the clock and other SFR values and test.

    BTW, do all suppor the...
  10. Thread: Long start time

    by ttease
    Replies
    10
    Views
    5,354

    more results

    Okay, I added:

    DEFINE OSC 8 and added a PAUSE 10 (see below) in the loop: and another message so I toggle between the two.

    The message still takes ~ 2 sec to toggle. Another thing I've noticed...
  11. Thread: Long start time

    by ttease
    Replies
    10
    Views
    5,354

    Long start time

    Hi,

    I have a 44-pin demo board with a 18f4431 driving a Varitronix LCD display. After I push the program to the pic with a PicKit2.

    The problem is it takes 30-40 sec for the display to show...
  12. Replies
    5
    Views
    3,543

    Link is 404, Bruce who?

    Bob,

    Thanks for the reply and link but the link is 404 and I'm not sure who Bruce is. Can you spare some more details. Yes, yes, I'm new.

    thx

    t
  13. Replies
    2
    Views
    2,964

    Solved..

    Thanks for the reply, I only included the code I figured might be giving me the problem. My Bad!

    After re-reading the correct DS, I figued out that RA4 cannot be configured as an Analog Input. ...
  14. Replies
    5
    Views
    3,543

    __CONFIG depreciated warning messages

    Hi,

    I get these warnings when I compile for an 18F4431 using MASM:

    Warning[230] c:\pbp\18f4431: __CONFIG has been depreciated for the PIC18 devices. Use the directive CONFIG.

    I tried this...
  15. Replies
    2
    Views
    2,964

    877A AtoD config problem?

    Hi,

    Using the X1-demo board and a 877A chip. All I want to do is config portA so I can use the pins, An2, An4 An5 to read the voltage from and accelerometer. I started with the A2D8.bas demo...
  16. Thread: large displays

    by ttease
    Replies
    2
    Views
    3,373

    what type?

    Try www.globalsources.com, lots of manufactures with lots of sizes.
  17. Replies
    1
    Views
    3,265

    store/display very large numbers (700000)

    Hi,

    Okay, I'm new to the fw thing and have a few questions about storing, incrementing and displaying large numer.

    I have a project where a user will enter a trigger-value between...
Results 1 to 17 of 17