LCD Touch model WBYJB02

Recently I got an LCD display in dx.com model WBYJB02 and I’m trying to make it work in my BEAGLEBONE Black.
The site does not provide much information about the display controller, but I managed to find a datasheet.
The information I have about WBTJB02 are the following:
Touch screen Controller: XPT 2046 (ADS 7843) - Datasheet at: http://people.ece.cornell.edu/land/courses/ece4760/FinalProjects/f2012/hs734_ks834/hs734_ks834/XPT2046.pdf

Latch 74HC573. Datasheet at http://www.nxp.com/documents/data_sheet/74HC_HCT573.pdf

Pinout

01 3V3
02 GND

03 DB00
04 DB01
05 DB02
06 DB03
07 DB04
08 DB05
09 DB06
10 DB07
11 DB08
12 DB09
13 DB10
14 DB11
15 DB12
16 DB13
17 DB14
18 DB15
19 CS
20 RS
21 WR
22 RD
23 RESET
24 EN back_light enable
25 MISO
26 TP_INT
27 MOSI
28 LE
29 SCLK
30 F_CS
31 TP_CS
32 SD_CS

The objective of this experiment is to discover how the LCD works, the TouchScreen and SD card reader.
Any help is welcome