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 <[email protected]> > 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 -- >
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

