first successful print of gibberish

This commit is contained in:
2023-09-24 11:49:57 +02:00
parent 29a609e855
commit 7905f37150
5 changed files with 71 additions and 36 deletions

View File

@@ -40,8 +40,9 @@ class Bitmap {
uint16_t getWidth();
uint16_t getHeight();
bool setPixels(const std::vector<T>& pixels);
std::optional<std::vector<T>> getLine(uint16_t line);
std::optional<std::vector<T>> getRow(uint16_t row);
std::optional<std::vector<T>> getCol(uint16_t col);
private:
uint16_t mWidth;