Hello!
Looking for 1300D values in the consts.h file, I found for 1200D the following value:
I know DISPLAY_SENSOR_POWERED does not exist in that file for 1200D, but it exists at 1300D.
Can you check if it's OK?
Thank you.
Looking for 1300D values in the consts.h file, I found for 1200D the following value:
Code Select
#define DISPLAY_SENSOR_POWERED (*(int*)(0x2A0C+0x18)) // Look up *"ForceDisableDisplay (%d)"
#define IMGPLAY_ZOOM_POS_X MEM(0x77c9c) // Look up *"CentrePos x:%ld y:%ld"
#define IMGPLAY_ZOOM_POS_Y MEM(0x77c9c+0x4) // Look up *"CentrePos x:%ld y:%ld"
I know DISPLAY_SENSOR_POWERED does not exist in that file for 1200D, but it exists at 1300D.
Can you check if it's OK?
Thank you.