glcd icon indicating copy to clipboard operation
glcd copied to clipboard

Support for PIC18 and SSD1309 Controller

Open david-dego opened this issue 3 years ago • 2 comments

Hi, I added support for PIC18 mcus (tested with PIC18F26K80) Only supporting ST7565R and SSD1309 (which has been added in the controller list) SSD1309 should work with SPI or I2C regarding declaration of GLCD_CONTROLLER_SSD1309_SPI I2C as not been tested as extensively as SPI though Not sure about authoring and copyright stuff. Feel free to arrange it as you wish.

Regards

david-dego avatar Jul 02 '21 11:07 david-dego

@david-dego Thanks for the contribution.

I just wanted to check, is fonts/Tahoma10x11.h generated from the proprietary Microsoft font? If so, I can't add it to the project. But there is an open source Tahoma variant which comes from the Wine project - that one would be okay.

andygock avatar Jul 03 '21 13:07 andygock

Hi Andy,

It’s probably from windows directly as i don’t recall going through any sort of effort to get it. Feel free to remove it during the merge.

Cheers

Le 3 juil. 2021 à 15:46:03, Andy Gock @.***> a écrit :

@david-dego https://github.com/david-dego Thanks for the contribution.

I just wanted to check, is fonts/Tahoma10x11.h generated from the proprietary Microsoft font? If so, I can't add it to the project. But there is an open source Tahoma variant https://source.winehq.org/git/wine.git/tree/HEAD:/fonts which comes from the Wine project - that one would be okay.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andygock/glcd/pull/9#issuecomment-873410166, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABS2QCJAPFEPU364EVDWFP3TV4IBXANCNFSM47WRHBLA.

david-dego avatar Jul 05 '21 06:07 david-dego