deathterrapin
Still Fresh
I've written a new ebook reader app, 'cause I couldn't find one that didn't have fugly text.
Download it here
I'll copy in the readme here, 'cause people are bound to ask stuff thats already in there :
CBook - EBook Reader for the GP2X - Written by Chris Cooper
-------------------------------------------------------------
Here's my little ebook reader program. It doesn't do anything fancy, but it does render text in a readable font, which is better than any previous ebook reader for the GP2X has done as far as I've seen.
[CUT]
Controls:
Joystick left & right moves up and down by one full screen.
Joystick up & down moves up and down by one line.
B opens a file on the file selector
Y saves a bookmark
Functionality is currently very basic, bookmarks are just automatically moved to when you next open the file, and there's no getting back to the file selector or exiting. But it does the minimum I need to actually do some reading on it, so I though I'd release it at this point.
I'm defiantly going to add better bookmark navigation, some sort of position indicator, and any other easy stuff I can think of.
I made the default font have only 75% brightness, because I found full white too bright to look at for very long. The original full brightness font is included as well, just rename and replace if you want to use it.
If anyone wants to make any alternate fonts then I think the format is pretty obvious. The background colour comes from pixel (0,1), and the separator pixels can be any colour as long as they're all the same. You don't need to include the full character set, as long as you start with ! and don't miss any out in between.
The 3px width of the space and the 1px separation between characters is hard-coded at the moment; I'll probably make that configurable as some point.
Make sure you copy the dummy bookmarks file along with the program and font, I haven't worked out why, but the program can't create the file for itself yet.[/CUT]
Download it here
I'll copy in the readme here, 'cause people are bound to ask stuff thats already in there :
CBook - EBook Reader for the GP2X - Written by Chris Cooper
-------------------------------------------------------------
Here's my little ebook reader program. It doesn't do anything fancy, but it does render text in a readable font, which is better than any previous ebook reader for the GP2X has done as far as I've seen.
[CUT]
Controls:
Joystick left & right moves up and down by one full screen.
Joystick up & down moves up and down by one line.
B opens a file on the file selector
Y saves a bookmark
Functionality is currently very basic, bookmarks are just automatically moved to when you next open the file, and there's no getting back to the file selector or exiting. But it does the minimum I need to actually do some reading on it, so I though I'd release it at this point.
I'm defiantly going to add better bookmark navigation, some sort of position indicator, and any other easy stuff I can think of.
I made the default font have only 75% brightness, because I found full white too bright to look at for very long. The original full brightness font is included as well, just rename and replace if you want to use it.
If anyone wants to make any alternate fonts then I think the format is pretty obvious. The background colour comes from pixel (0,1), and the separator pixels can be any colour as long as they're all the same. You don't need to include the full character set, as long as you start with ! and don't miss any out in between.
The 3px width of the space and the 1px separation between characters is hard-coded at the moment; I'll probably make that configurable as some point.
Make sure you copy the dummy bookmarks file along with the program and font, I haven't worked out why, but the program can't create the file for itself yet.[/CUT]