Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    It took a little while to figure out how to do it, but finally I made it.
    Thanks for help to Richard. He pointed me how to modify usercomands for my needs. Endless possibilities to create a...
  2. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    I want to create this just with straight one pixel line.
    https://www.youtube.com/watch?v=R0YfQ6O7H3E
  3. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    Thanks for reply,
    It doesn't work quite well. It draw four lines instead one line. For me is more suitable to have variables in usercommands like I wrote before.


    GLCDDHL var1,0,var2,0...
  4. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    I tried it, and it works for drawing smooth line from variable 0 to 120 for example, but if the value decreasing from 120 to 0 then I'm not able to clean the line without clearing the whole display...
  5. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    Thanks Richard, tomorrow I try it.

    And this probably for vertical lines:


    ;----------------------VERT LINE------------------------------------
    GLCDDVL?CCC macro Xin ,Yin , Hin
    ...
  6. Replies
    101
    Views
    86,760

    Re: SSD1306 INCLUDE for PBP3

    Hi Richard,

    it's any possibilities to drawing a line like a progress bar?
    For example, I had ADVAL value from 0 to 120, and I want to draw line on OLED.
    I try this:


    GLCDDHL 0,0,adval,1
    ...
Results 1 to 6 of 6