Search found 16 matches

by sasq
Wed Jul 27, 2005 9:56 am
Forum: PSP Development
Topic: Is there any pdf reader for psp exist?
Replies: 15
Views: 5189

First of all you I think the idea if writing a pdf-renderer from scratch is pretty insane, especially if you want it to render somewhat correctly. Rendering text "properly" is very tricky as I've come to realize lately. chm is just packed html so thats equivalent of wrting a html browser, ...
by sasq
Tue Jul 26, 2005 1:10 am
Forum: PSP Development
Topic: Is there any pdf reader for psp exist?
Replies: 15
Views: 5189

There are none and I don't think one will turn up in the foreseeable future - the best soloution is probably to convert PDF to JPG and view it as pictures.

(You really should try to learn what is hard to do and what is not. Rendering PDFs is hard.)
by sasq
Tue Jul 12, 2005 10:15 pm
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

I could add this as an option, but it would mean freezing the program until the indexer has reached the place you are at, which might take a minute if you are at the end of a long book.
by sasq
Mon Jul 11, 2005 2:19 pm
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

> 2. Well you could just change the config, "LTRIGGER" and "RTRIGGER" are still valid keys, but if you use one you cant use it as a modifier. > 3. It always uses Normal and not fixed IIRC, but yes, I can add a config option for that. > 4. Font size is increased one unit at a time...
by sasq
Mon Jul 11, 2005 1:16 pm
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

Both PSP and GBA-versions up at:

http://82.182.81.80/pixie/

(Hope my domain comes back soon! :)
by sasq
Mon Jul 11, 2005 8:26 am
Forum: PSP Development
Topic: pspIRC
Replies: 22
Views: 10533

Well, maybe as it is now it can be useful in just listening in and checking out whats happening on the channels - but actually chatting with an onscreen keyboard would probably be too awkward/slow, at least for me...
by sasq
Mon Jul 11, 2005 6:56 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

A new beta (PSP version, Windows tools) can be downloaded from: http://82.182.81.80/pixie/files/Pixie_psp_beta2.zip This version has better font support (like runtime settings of fonts and sizes) and keys can be completely configured. Also includes TXT2HTML for converting text-files (especially Proj...
by sasq
Fri Jul 08, 2005 6:46 am
Forum: PSP Development
Topic: Using "Dasher" for alphanumeric input
Replies: 13
Views: 5614

Why is everyone looking to external solutions for an onscreen keyboard? The PSP's OS has an OSK module built in (part of the utility library). As someone mentioned on IRC, the mobilephone-like (T9) keyboard (that you get when entering Nickname etc) sucks, so an alternative would be nice. Also has a...
by sasq
Wed Jul 06, 2005 8:40 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

Have mostly been working on the tools and porting now - the conversion tools for windows and a GBA version are now available.

(Fonts are converted from normal TTF fonts).

Will try and get the TXT-reader more stable, key remapping, better suspend/resume and then release a new psp-version.
by sasq
Mon Jul 04, 2005 8:56 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

If you place it in another folder you must change both the FONT and BOOK directory in the config-file. That should work allthough I havent tried it myself.

Also remember to remove the old reader.cfg so it can be updated with the new options.
by sasq
Mon Jul 04, 2005 7:01 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

There's a new version (beta 1) that fixes some problems. - Text files with characters outside font can crash the reader, but that assert means it coudlnt even open the file which is strange. - The book folder was hard coded, and when it couldn't find the dir, some test code I had forgotten was run t...
by sasq
Sun Jul 03, 2005 9:28 am
Forum: PSP Development
Topic: What if we made a "hacker firmware" 1.53?
Replies: 3
Views: 3647

So you are sure 1.53 is greater than 1.52?
by sasq
Sun Jul 03, 2005 8:55 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

Pit0711 wrote:i cant convert.
always get error: msvcr80.dll is missing
Yeah, I compiled it with VC2005 beta with DLL linking which was maybe not too smart. I included the source though so it should be easy to recompile - otherwise just wait a day or two - or try and find the DLL.
by sasq
Sun Jul 03, 2005 1:59 am
Forum: PSP Development
Topic: Pixie E-book reader for PSP (Alpha)
Replies: 28
Views: 13451

Pixie E-book reader for PSP (Alpha)

This was earlier a GBA/DS project, but it's now also ported to PSP.

http://www.nightmode.org/pixie/

Reads TXT, simple PDB and BOOK (which is converted from HTML with included converter.

This is the first released version so there are bugs. Feel free to comment in this thread on how it works.
by sasq
Thu Jun 30, 2005 5:17 pm
Forum: PSP Development
Topic: Question about the color space on the PSP
Replies: 10
Views: 4416

4-byte madness? Its a standard 16bit screenmode.

ARRRRRGGGGGBBBBB

Just read up on your shifting and or:ing operations.

Also you can set the screen to 32bit if you prefer.
by sasq
Wed Jun 29, 2005 8:02 am
Forum: PSP Development
Topic: SDK Test and PSPE
Replies: 13
Views: 7014

an -march=r6000 as compiler flag takes care of this problem, it will then run in the emulator.