EbookReader: Difference between revisions
From ArmadeusWiki
(New page: == Building an Ebook reader with the APF ==) |
No edit summary |
||
Line 1: | Line 1: | ||
== Building an Ebook reader with the APF == | == Building an Ebook reader with the APF == | ||
=== What will it do ? === | |||
* Display ascii on the lcd | |||
* changing Pages with the keyboard | |||
* changing color of the text | |||
* change display brightness | |||
* touchscreen/keyboard control | |||
=== What will we use ? === | |||
* Evas (part of the EFL) | |||
* the PS/2 keyboard | |||
* the touchscreen | |||
=== What file format for ebooks ?=== | |||
I think ascii file | |||
but ebooks are pdf !? Yes, bu you can convert a pdf to ascii text. (pdf2txt) |
Revision as of 23:09, 23 February 2008
Building an Ebook reader with the APF
What will it do ?
- Display ascii on the lcd
- changing Pages with the keyboard
- changing color of the text
- change display brightness
- touchscreen/keyboard control
What will we use ?
- Evas (part of the EFL)
- the PS/2 keyboard
- the touchscreen
What file format for ebooks ?
I think ascii file but ebooks are pdf !? Yes, bu you can convert a pdf to ascii text. (pdf2txt)