last tweaks?

This commit is contained in:
Jeff Epler 2025-03-14 14:00:50 -05:00
parent cd730374eb
commit 6805b1191b
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ static void core1_main()
int main() int main()
{ {
set_sys_clock_khz(250*1000, true); // set_sys_clock_khz(250*1000, true);
stdio_init_all(); stdio_init_all();
io_init(); io_init();

View file

@ -165,7 +165,7 @@ void video_init(uint32_t *framebuffer) {
size_t pixels_per_word = 32; size_t pixels_per_word = 32;
size_t words_per_line = DISP_WIDTH / pixels_per_word; size_t words_per_line = DISP_WIDTH / pixels_per_word;
uint8_t rot = 25; // 24 + color_depth; uint8_t rot = 24; // 24 + color_depth;
size_t shift_amount = 31; // color_depth % 32; size_t shift_amount = 31; // color_depth % 32;
size_t command_word = 0; size_t command_word = 0;