Closed GoogleCodeExporter closed 9 years ago
I think I fixed the issue with the compilation error.
However the examples will not work on a m168 without one simple modification.
change:
TV.start_render(_PAL)
to
TV.begin(_PAL,128,56) //(begin is the new setup function that does not have a
compatibility layer with the old start_render()
I plan to change the default resolution for devises with less than 2k of sram.
Original comment by mdmetzle@gmail.com
on 17 Jun 2010 at 11:23
Original comment by mdmetzle@gmail.com
on 17 Jun 2010 at 11:25
Original comment by mdmetzle@gmail.com
on 17 Jun 2010 at 11:26
Original issue reported on code.google.com by
tasos...@gmail.com
on 17 Jun 2010 at 12:21