-
CodeMii Tutorials
I'm having a devil's job accessing the CodeMii website. It seems desperately slow and unresponsive. I first tried a few days ago and haven't found it satisfactory at all. I mention it because that would probably be the best place to ask this question.
I'm not a C programmer (yet). If anyone is familiar with the tutorials, in particular number 5 where we put JPGs on screen (Tutorial 5: JPEG images « CodeMii). Where is xfb defined in the display_jpeg routine?
It gives me a 'xfb' undeclared (first use in this function).
-
I am just guessing, but I am guessing it is defined/included in this line:
Code:
#include <jpeg/jpgogc.h>
Also don't forget to edit the make file.