Made pixy_test screen working again. Had to disable pixy_service. Recalibrated initial touch values.

This commit is contained in:
t-moe
2015-06-03 23:40:19 +02:00
parent 16bfdade78
commit 74aa1867b5
4 changed files with 32 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ void touch_test(uint16_t x, uint16_t y)
bool ll_touch_init()
{
touch_set_value_convert_mode(true); //Tell the touch module that we need converted values and display calibration
touch_set_calibration_values(0x0231, 0x0C08, 0x0287, 0x0B56); //set calibration values (copied from memory using the debugger)
touch_set_calibration_values(526, 2922, 588, 2736); //set calibration values (copied from memory using the debugger)
//We have a ADS7843 Touch controller