EbookReader: Difference between revisions

From ArmadeusWiki
(New page: == Building an Ebook reader with the APF ==)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Building an Ebook reader with the APF ==
== Building an Ebook reader with the APF ==
It's an another example using the EFL
=== 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)

Latest revision as of 23:12, 23 February 2008

Building an Ebook reader with the APF

It's an another example using the EFL


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)