Question about 256x64 sample code
In the provided code snippet , there are some parts that neither my compiler nor i, can understand .
Link to the code : https://newhavendisplay.com/content/app_notes/OLED_25664.txt
case 1:
Src_Pointer=&Ascii_1[(b-1)][0];
break;
Ascii_1 array was never defined, should i create a global ascii table array in order to make this function work ?
Set_Column_Address_25664(Shift+c,Shift+c);
- Again, shift was never defined.
Both of these lines are in void Show_Font57_25664() function. I am trying to port this code to a pic MCU . How can i find the missing variables ?
-
Some of these commands are required for our NHDev Development Board code.
I do have example Arduino code for this display, could you please email me at nhtech@newhavendisplay.com for the examples.0 -
hi Doug
did you ever find the missing pieces of the code for SSD1322 for PIC microcontroller
I am having the same issues with Shift and Ascii_1 not defined I am interfacing with a PIC32
if you did please share
thanks
semedxy@gmail.com0
Please sign in to leave a comment.
Comments
2 comments