Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Pixart_OTS_PMT9123 by
PMT9123Set.h
00001 const uint8_t init_PMT9123_register_array[][2] = { 00002 // Tracking Optimization 00003 {0x11,0xfc}, 00004 {0x14,0xff}, 00005 {0x38,0x17}, 00006 {0x39,0x06}, 00007 {0x25,0x0f}, 00008 {0x27,0xaa}, 00009 {0x34,0x80}, 00010 {0x35,0x03}, 00011 {0x39,0x89}, 00012 {0x4d,0x79}, 00013 {0x53,0x96}, 00014 {0x58,0x66}, 00015 {0x5d,0x56}, 00016 {0x5e,0xf5}, 00017 {0x5f,0xca}, 00018 {0x61,0xd3}, 00019 {0x6f,0xef}, 00020 {0x70,0xb2}, 00021 {0x7d,0xa2}, 00022 // Latency Improvement 00023 {0x1c,0x24}, 00024 {0x26,0xa2}, 00025 {0x56,0x32}, 00026 {0x65,0x1f}, 00027 // Z-Height Optimization 00028 {0x75,0x2a}, 00029 {0x76,0x00}, 00030 {0x77,0x12}, 00031 {0x7a,0x01}, 00032 {0x7b,0x01}, 00033 }; 00034 00035 #define INIT_PMT9123_REG_ARRAY_SIZE (sizeof(init_PMT9123_register_array)/sizeof(init_PMT9123_register_array[0]))
Generated on Sat Jul 16 2022 08:14:45 by
1.7.2
