increase character size

This commit is contained in:
sfja 2026-01-14 17:31:54 +01:00
parent 99c8c14dc4
commit 2e7ab57cc1

View File

@ -58,10 +58,10 @@ private:
}; };
struct ScreenProfile { struct ScreenProfile {
int m_px_size_raw_px = 4; int m_px_size_raw_px = 8;
int m_ch_size_px = 8; int m_ch_size_px = 8;
int m_width_ch = 40; int m_width_ch = 20;
int m_height_ch = 24; int m_height_ch = 12;
constexpr int px_size_raw_px() const constexpr int px_size_raw_px() const
{ {