c-paper-terminal/src/Utils.h
2025-03-30 18:46:31 +01:00

10 lines
124 B
C++

#include "Structs.h"
class EInkBufferReader
{
private:
UBYTE* buffer;
public:
bool getPixelAtIndex(int index);
};