Re: SSD1306 INCLUDE for PBP3
I get this ASM Warning in the results window after compiling. Not sure if it matters
[ASM WARNING] SD1306_DEMO_16.ASM (400) : Found label after column 1. (GLCD_BAR?CCBWC)
[ASM WARNING] SD1306_DEMO_16.ASM (432) : Found label after column 1. (GLCD_BAR?CCBWC)
it does matter, it means you are not compiling the code you posted.
Found label after column 1 means the macro you are trying to compile does not exist.
the GLCD_BAR usercommand does not exist in the original include it was added to for louis' setup and only a small subset of input var combinations are
catered for. i have not tested the added code and am not sure what louis wound up with.
get the demo working first
Warning I'm not a teacher
Bookmarks