Erp. I must have reversed them while editing this, somehow.zenzizenzicube wrote:Shouldn't the character be before the attribute byte in the struct?Schol-R-LEA wrote:Code: Select all
typedef struct { uint8_t attrib; unsigned char glyph; } TEXT_FRAME;
You are correct, I spaced on that. Sorry about that. Between these two errors, I feel rather foolish right now.bauen1 wrote:Correct me if i'm wrong but should this have the packed attribute ?