c-paper-terminal/src/Utils.h

11 lines
124 B
C
Raw Normal View History

2025-03-30 18:46:31 +01:00
#include "Structs.h"
class EInkBufferReader
{
private:
UBYTE* buffer;
public:
bool getPixelAtIndex(int index);
};