Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    That is nice! Is there any post on the forum how this can be done?

    This needs 2304 bytes for 6 pieces and I think this can be managed.

    Ioannis
  2. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    The thing is getting more and more complicated...

    I am considering to switch over to a 3,5" Nextion display. Much easier, preloaded images. Even a 12F could handle that! Still I have to use the...
  3. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Yes, you are right. I took it for granted that this was taken care in the include file. Now it works OK with hard I2C also.

    Next, how to import the 16x16 characters into the 5x7 library.

    Can...
  4. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Just tested the new include you post and works with soft I2C as expected. But not on hardware I2C...

    My code with new include:



    #CONFIG
    CONFIG PLLDIV = 1 ; Divide by 5 (20...
  5. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Merry Xmas to all.

    here are the files I used to test the SSD1306 lcd.

    Ioannis
  6. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Yes you are right. Will post that later today.

    Ioannis
  7. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    OK. Later I will do that. But all what I described is from this thread starting from post #1 and on.

    Ioannis
  8. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Well, lets clear what I 've done so far. Just received my OLED display and started to experiment.

    At the start of this thread there were the initial files. Downloaded to a folder.
    Post #2 had and...
  9. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    It seems that ssd1306_i2c.inc file is not compatible with 18F4550 in regard I2C routines. Either hardware I2C because SSPCON3 does not exist or in software IC2 because SSP1STAT, SSP1CON2 do not exist...
  10. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    OK, thanks!

    Ioannis
  11. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Thank you very much. Your support and help is beyond words.

    The selection of pixel columns and lines is really slow process. Seems you cannot numerically define lines and columns. Just adding one...
  12. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    How are fonts or special symbols to be designed for SSD1306?

    I could not figure out studying the font7x5 include files.

    As I posted above I need to design some chess pieces and 5x7 is not...
  13. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    OK, thanks.

    Will order then a few to play with.

    Ioannis
  14. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Can these LCD's show custom characters?

    I have a request to make a display that will show chess pieces like this ♟️ -> A4.

    Unfortunately character LCD do not have enough resolution with 5x7...
  15. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    I have not found FSR1L register on 886 chip...

    Ioannis
  16. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Wrong MCU selected on the IDE?

    Ioannis
  17. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Maybe it is nonsense this but, is there a contrast control? I had an issue once on LCD with this.

    Ioannis
  18. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Very nice! Congratulations for the conquer of the Usercommand. Never could find how to make use of it.

    Ioannis
  19. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    I suppose you are aware of the Darrel's Bargraph include file (http://dt.picbasic.co.uk/CODEX/LCDBARgraphs). Isn't this enough for your needs?

    Ioannis
  20. Replies
    101
    Views
    87,888

    Re: SSD1306 INCLUDE for PBP3

    Nice work, thanks Richard for sharing.

    Ioannis
Results 1 to 20 of 20