View Single Post
Old 08-17-2018, 10:41 PM   #9
jsonora
Member
jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'jsonora understands when you whisper 'The dog barks at midnight.'
 
Posts: 12
Karma: 42890
Join Date: Feb 2015
Location: Japan
Device: Kindle PW1/PW2/Voyage, Kobo Glo/Aura
Yes, it worked properly on the Glo HD.
And pinch to zoom doesn't work on the Glo. Multi-touch gestures don't seem to be supported.

FBInk-v1.4.0-15-g883243a worked on the Glo:
Code:
~ # hexdump -x /dev/input/event1
0000000    7936    5b77    6f68    000e    0003    0001    01a6    0000
0000010    7936    5b77    74aa    000e    0003    0000    02d1    0000
0000020    7936    5b77    74d1    000e    0003    0018    0064    0000
0000030    7936    5b77    74e0    000e    0001    014a    0001    0000
0000040    7936    5b77    74eb    000e    0000    0000    0000    0000
0000050    7936    5b77    e520    000e    0003    0000    02d0    0000
0000060    7936    5b77    e54d    000e    0003    0018    0065    0000
0000070    7936    5b77    e560    000e    0000    0000    0000    0000
0000080    7936    5b77    0c0d    000f    0003    0001    01a5    0000
0000090    7936    5b77    0c3e    000f    0003    0018    0064    0000
00000a0    7936    5b77    0c51    000f    0000    0000    0000    0000
00000b0    7936    5b77    3847    000f    0003    0000    02cf    0000
00000c0    7936    5b77    386f    000f    0003    0018    0065    0000
00000d0    7936    5b77    3882    000f    0000    0000    0000    0000
00000e0    7937    5b77    18e2    0000    0003    0001    01a4    0000
00000f0    7937    5b77    1908    0000    0003    0000    02ce    0000
0000100    7937    5b77    1913    0000    0003    0018    0064    0000
0000110    7937    5b77    1923    0000    0000    0000    0000    0000
0000120    7937    5b77    dee8    0002    0003    0018    0000    0000
0000130    7937    5b77    e176    0002    0001    014a    0000    0000
0000140    7937    5b77    e2ae    0002    0000    0000    0000    0000

~ # button_scan -p
[FBInk] Variable fb info: 758x1024, 32bpp @ rotation: 3 (Counter Clockwise, 270 °)
[FBInk] Fontsize set to 16x16 (IBM base glyph size: 8x8)
[FBInk] Line length: 47 cols, Page size: 64 rows
[FBInk] Fixed fb info: ID is "mxc_epdc_fb", length of fb mem: 3145728 bytes & line length: 3072 bytes
[FBInk] Enabled Kobo w/o Multi-Touch quirks
[FBInk] Kernel's HZ value appears to be 100
Button color is expected to be #D9D9D9
We need to match two buttons each between 94 and 189 pixels wide!
Looking for buttons in a 569x307 rectangle, from (37, 563) to (606, 870)
Failed end of match after 1 consecutive matches @ (134, 601)
Failed end of match after 1 consecutive matches @ (404, 609)
Failed end of match after 1 consecutive matches @ (206, 617)
Failed end of match after 1 consecutive matches @ (299, 620)
Failed end of match after 1 consecutive matches @ (371, 620)
Failed end of match after 1 consecutive matches @ (467, 662)
Failed end of match after 1 consecutive matches @ (558, 662)
Failed end of match after 1 consecutive matches @ (356, 669)
Failed end of match after 1 consecutive matches @ (306, 670)
Failed end of match after 1 consecutive matches @ (326, 672)
Failed end of match after 1 consecutive matches @ (461, 677)
End of match 1 after 148 consecutive matches @ (261, 700)
End of match 2 after 148 consecutive matches @ (419, 700)
Matched on a 148x56 button! :)
x=728, y=413
H2OČr1: x=295, y=344
Pressing the Connect button . . .
On iteration nr. 0, pixel (379, 1023) was #FFFFFF
On iteration nr. 1, pixel (379, 1023) was #FFFFFF
On iteration nr. 2, pixel (379, 1023) was #FFFFFF
On iteration nr. 3, pixel (379, 1023) was #FFFFFF
On iteration nr. 4, pixel (379, 1023) was #FFFFFF
On iteration nr. 5, pixel (379, 1023) was #000000
. . . appears to have been a success!
jsonora is offline   Reply With Quote