Hi Miti,
Just look at the python code. It goes directly into the C project if you did not change the directory structure.
I wrote the location in the previous message:
This will automatically create a new .c and .h file and write it to ..\HP3457Oled\icons.c and ..\HP3457Oled\icons.h
Edit: It's a relative path, so it goes .. = one level up and then directly into tje HP3457Oled directory with icons.c and .h as filename. So directly where it has to end up.
Edit2: this implicitely means that your current working directory has to be the one where the python scripts are located.
Best regards,
Kai