LCD BARgraphs


Closed Thread
Results 1 to 40 of 233

Thread: LCD BARgraphs

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Ok let's try in split words..
    gerçekten = Actually, honestly,indeed, literrally, positively,properly,really,simply, truly

    güzel = attractive beautiful, bonny, bracing, cherub,comely,dreamy,elegant,enjoyable,fair,fine,g allant,glorious,graceful,grand,handsome,lovely,nic e...

    uygulama = application, execution,implementation,practice

    teşekkür = *** can't be found *****

    ediyorum = *** can't be found ****
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    hmmm,

    positively glorious application
    properly elegant implementation
    honestly beautiful execution
    really dreamy practice

    Hey, works for me

    As long as those last 2 words aren't
    Stink, Pile or S___
    <br>
    DT

  3. #3
    Join Date
    Apr 2006
    Location
    New Hampshire USA
    Posts
    298


    Did you find this post helpful? Yes | No

    Thumbs up It's okay

    Not quite “teşekkür ediyorum”

    teşekkür ederim = thank you
    http://cali.arizona.edu/maxnet/tur/nalan1/foo00005.htm

    WordReference.com Language Forums
    "Teşekkür ederim" (= I thank you) is still widely used in Turkey
    http://forum.wordreference.com/showthread.php?t=252655

    Language Forums, maybe we could post PICBasic in their forum and they could come looking for us!
    Ohm it's not just a good idea... it's the LAW !

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Great. Thanks P.U.

    Now that we know what he said, I can give a better reply ...

    zaferakbay,

    &nbsp; Rica ederim.
    &nbsp; (You're Welcome)
    <br>
    DT

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default

    By the way, talking about the great piece of code. I am trying to make it work on a logarithmic scale, to measure audio levels from -40 to +6dbm (-40db=20mV, 0db=0,775V rms at 600 ohm and +6db=2V). As it can be seen it is a very large dynamic region.

    For a few steps it's OK to do it with a lookdown, but if the display is 20 characters wide and with 3 bars each, total 60 steps, a table is slow. So a computational method is to be found.

    Testing the suggestions of Tracy Allens at www.emesys.com. I do not fully understand what he is doing there though.

    Any other ideas welcome.

    Ioannis
    Last edited by Ioannis; - 21st June 2007 at 09:09.

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Hi Alain,

    Cool, more examples.

    I tried using all 5 bars when I wrote it, but was never happy with the results. There seemed to be pauses, jumping or something missing (depending on which way I tried to do it). All due to those darn spaces between the characters. Had the same problem trying Vertical Bars.

    But I'll fire up your example and see if it looks any better.

    If it works better, I'm going to hate myself for losing to a Basic Stamp program.
    <br>
    DT

  7. #7
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Ioannis,

    Interesting problem.
    I looked at the emesys site, and the idea of using NCD/DCD for the log function is really interesting (and I think, workable).

    I'll see what me and Excel can come up with. (might take a few days, so don't wait if you're in a hurry).

    Are those voltages what the PIC is seeing? -40db = 20mv etc.
    Or is that before an RMS-DC conversion?
    And if not, what does the PIC see?
    <br>
    DT

  8. #8
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink Lookup big tables

    Hi, Ioannis

    I just wrote a 255 values lookup table ( convert a LOG pot to lin response ) ...
    for Malc-c electric train control.
    did not take more than 3 minutes to load it ...

    I use a small old Casio FX-880P personnal Computer ... programmed in BASIC ... WOW !!!
    You also can use a GWBasic little program on your computer ( on the W98 CD Goldies ...)

    Other solution is to create an Excel application writing in a window the LOOKUP values, separated by their commas ... and just paste it into the editor.

    like this one :

    http://www.electronic-engineering.ch...generator.html


    The third solution is to create a "Lookup file" with Excel ... and INCLUDE it at the place pointed at by PbP ...
    You'll discover here PbP really wastes a lot of room ... ( no, no ...Darrel, not on the head ... )

    much,much better ( and really simple ) to write it in assembler !!! ( if you need an ASM example ... no Pb !!! )

    Regards

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  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 : 2

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