FILE * Open(EnCh ch_, char *buff, size_t buffsize, bgprint::Context &ctx)
Open a specified channel, buffer it up to a specified size, and use the context provided.
Definition bgprint.cpp:215
This structure is used to manage the context of the buffer output.
Definition bgprint.h:68
u16 _h_disp
Specifies the display area height in decimal units.
Definition bgprint.h:95
u16 _w_pow2
Specify the width of the b8PpuBgTile array in powers of 2. For example, if you specify 4,...
Definition bgprint.h:80
u16 _h_pow2
Specify the height of the b8PpuBgTile array in powers of 2. For example, if you specify 5,...
Definition bgprint.h:86
b8PpuBgTile * cpuaddr
Please specify the beginning of the b8PpuBgTile array for text output.
Definition bgprint.h:74
bool _scroll
Indicates whether scrolling is enabled when the text exceeds the display height.
Definition bgprint.h:102