-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider NTSC output on I2S #13
Comments
A 80x25 textbuffer would most likely fit in the dram in the nosdk variant. Can the charmap be put in iram you think? |
Using IRAM: You betcha! Hmm... there's two ways you can go. (1) graphic charmap (store line-of-text-at-a-time-by-buffer) and use compressed line text. (uses about 1kB for the text (includes extended charset)) (2) store only the text buffer, and no graphic buffer. Looking at the code a little more, looks like it'd be best to use 6px wide x 8px high chars. Which I just realize only uses 1kB! A few questions: (1) Would you want to use the extended charset? |
|
It would use interrupts that would make a softuart untenable. I wonder if there is any other options for alternate mapping. Just looked, even if you use a PS/2 keyboard you can't bitbang it. May be able to use the SPI bus, or UART1 I'll look into it. |
Do you guys have room for a textbuffer? If so, I may be inclined to write something that can output that textbuffer to an NTSC connection on the I2S pin.
The text was updated successfully, but these errors were encountered: