In the attached image you can see which bytes are of importance. Also attached are the GT911 manuals, which also apply to the GT9157.
On page 5 of the programming manual you can see which bit of the touch reversal is for which direction.
The resolution setting (0x8048 - 0x804B) should not be changed, because the scope software relies on these to be set like this.
The number of sensors set in 0x8064 tells the IC which sensor lines are used, and the connections to the sensors are indicated in the array on addresses 0x80B7 - 0x80C4. Unused sensors are set to 0xFF, but, based on what I have seen of your panel, in your case all of them are used. In the other configurations I have seen the values used are even, so I expect these to be correct.
The drivers are set in the addresses 0x80D5 - 0x80EE. Unused drivers are set to 0xFF. In another high res panel the settings I saw seemed a bit random in spacing, so not sure if these are correct.
The direction of the touch can also be changed with the two arrays. By reversing the order of the values (see the attached high res one which comes from my second 1013D scope) the same is achieved as using the two bits explained above.
Try the one from my touch panel and see what it does. If still not good, try playing with the settings.