Building an LCD TFT library for Arduino DUE

I have good news! I finished the 'raw porting' of the LCD TFT library/example from Atmel ASF for SAM3X-EK to the IDE 1.5.6 for Arduino Due. The sketch is running flawlessly.

The library is small. Only 3 files:
-hx8347a.c
-hx8347a.h
-conf_hx8347a.h

I also needed to add some EBI SMC pin definitions to the variant files.

By 'raw porting' I mean to say that the sketch looks almost identical to the example in AS61.
My next step is to create the class for the Arduino IDE with few LCD functions and modify the sketch (Arduino style).

p