Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    For anyone interested in Richard's code example and how it works, watch the video below.
    The video shows most of what the code does. Thanks for sharing Richard.

    csantex

    ...
  2. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Yes now it does and I now see what you meant by scalable. Range is 000.00 to 599.99
    So at startup with no button push, the knob does nothing until the user is ready to use it.
    Push Button, user...
  3. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    If your using 18F chips then that may be the reason why. Perhaps the commands are getting compiled differently for 18F's than for 16F's??
    No matter, I have an 18F4423 I can use to test that...
  4. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    I caught that earlier and made the changes then but it still didn't work. Here is my schematic:
    Hope its not too big. If too small, I provided an image attachment.


    8595
  5. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    For anyone interested, here is a video of my code, even though its long, but working with the hardware setup as in Richard's comment. Changed my code to reflect that. I think it would help me if we...
  6. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Thanks Richard for commenting and posting code. Your code takes up much less space. I made the hardware changes to my setup and included the necessary configuration registers for programming. I...
  7. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Thanks Ioannis, after all, it was your idea that started this little venture.
  8. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    The previous post was an attempt to write code for a rotary encoder that would allow the user to increment or decrement the value displayed by a factor of 1, on a 20x4 LCD. The range was set for...
  9. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    First post is obviously mislabeled since it didn't come out right but here it is the way it is supposed to be. Hopefully...


    ...
  10. Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    '*******************************************************************************
    ;* Name : PIC16F887.BAS
    ;* Author : CSANTEX
    ;* Date : ...
Results 1 to 10 of 10