I'm starting to understand some things.
So thanks very much for all you guys that are helping me.
With the "blink_g7" program (a little modified
) I can confirm the LED's address:
#define
LED_AF 0xC02200C0 // AutoFocus
#define
LED_BLUE 0xC02200C4 // printer button
#define
LED_RED 0xC02200C8 // next to the play button, rather orange
#define
LED_GRN 0xC02200CC // in the same position as above, but in green
I'have just modified the SX110IS section of the wiki with these informations.