Art program(port ascii-paint to Ben NanoNote)

jice jice.nospam at gmail.com
Tue Apr 26 11:40:30 EDT 2011


apparently, the screen size is 320x240. Using the smaller 4x4 font, libtcod
requests a 320x200 screen to SDL which doesn't seem to work on ben nanonote.
The problem is that ascii paint uses a 80x50 console, but 240 is not a
multiple of 50. You should try to change ascii-paint.cfg to use a 80x60
console. With the small 4x4 font, you'll get a 320x240 screen size :

height = 60




2011/4/26 Xiangfu Liu <xiangfu at sharism.cc>

> On 04/26/2011 04:04 AM, Shafqat Bhuiyan wrote:
> > Another reason for the error might be that the window created by
> ascii-paint
> > is too big. What is the maximum resolution supported by the Ben Nanonote?
> > ascii-paint creates a window with a size of 640x400. You can get a window
> of
> > 320x200 if you replace the terminal.png with a smaller font such as this:
> > http://i.imgur.com/3FPql.png. Try replacing terminal.png with the one I
>
> thanks for the info. attach is the screenshot.
>
>
> --
> Best Regards
> Xiangfu
> -- Qi RSS feed, http://en.qi-hardware.com/feed/rss20.xml --
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.en.qi-hardware.com/pipermail/discussion/attachments/20110426/4c62abf8/attachment.htm>


More information about the discussion mailing list


interactive