semed
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by semed-
hi Dougdid you ever find the missing pieces of the code for SSD1322 for PIC microcontrollerI am having the same issues with Shift and Ascii_1 not defined I am interfacing with a PIC32if you did pl...
-
Surab can you describe how to print characters on the screen given a font tableI am not sure which function to useI am new to display screens like this so i need a little more infoalso regarding ...
-
what variable should i assign the font table array to?there seems to be many font tables of different sizes not sure which one to use
-
hi Surab thanks.I copied this 97x5 array from one of the github links as my font tablei assigned it to the variable Ascii_1 as in the example codeI am still having a hard time understanding what ex...
-
thanks SurabI am interfacing with PIC32 mcu so i cant use the arduino libraries muchis there documentation for the c example code?the code has barely any comments saying what the input variables m...
-
thanks Saurabh_B i used the example code from the link you provided.i am able to get certain commands to work like the on/off commandsDisplay turns on and off when i send on off command but when i ...
-
thanks for your response Balahji mine has 119 columns by 127 rows and its 460 x64 dot matrixI ve read the data sheet and I ve been playing around with the controls I am able to fill the screen with...