Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.02 seconds.

  1. Re: Replacing array member on the fly (big LCD characters idea)

    Indeed, it looks very nice! Nice work.

    Ioannis
  2. Re: Replacing array member on the fly (big LCD characters idea)

    OK, depends on what you want to do. If you want to place the LCD opposite of the sun, yes, nextion will not fit in.

    In anyway, most of the user interface is well covered with these displays. As...
  3. Re: Replacing array member on the fly (big LCD characters idea)

    And there is Nextion displays, in many sizes, low cost, with touch and colors to do anything like that with almost zero overhead in programming.

    But in either case, nice study case.

    Ioannis
  4. Re: Replacing array member on the fly (big LCD characters idea)

    Nice and clear fonts. Good work!

    Ioannis
  5. Re: Replacing array member on the fly (big LCD characters idea)

    On the custom character, unless explicitly stated, you should consider it full of rubbish.

    Ioannis
  6. Re: Replacing array member on the fly (big LCD characters idea)

    then combine accordingly like that:



    a_left=(byte_var & %11111000)>>3


    to make it right justified if needed.

    Ioannis
  7. Re: Replacing array member on the fly (big LCD characters idea)

    Something like this?



    byte_var var byte
    a_left var byte
    b_left var byte

    byte_var=%10101010
    a_left=byte_var & %11111000
  8. Re: Replacing array member on the fly (big LCD characters idea)

    Really nice job on the big numbers.

    What is the difference between parallel - serial LCD? Other than electrical connections and some specific commands? Have not used serial so far but I guess...
  9. Re: Replacing array member on the fly (big LCD characters idea)

    Have you seen this: http://www.picbasic.co.uk/forum/showthread.php?t=4795&p=26736#post26736

    And this: http://www.picbasic.co.uk/forum/showthread.php?t=17707&p=118687#post118687

    Ioannis
Results 1 to 9 of 9