Reverse engineering and hacking a cheap smartwatch with the PHY6222 MCU.
For bitmaps: You can show bitmaps using gfx_draw_rgb_bitmap
function and for generating bitmaps you can use https://notisrac.github.io/FileToCArray/
tool with 16bit RRRRRGGGGGGBBBBB (2byte/pixel)
color order
Youtube Video: You can watch the demo at this link : https://youtu.be/wq2xSRMypCg?si=J9CA8hQtWVOK-v0q
- Connect the GND, TX, RX, and RESET pins to a UART converter.
- Change
COM_PORT
with your own port in Makfile file setting and runmake
in the root directory. - The code will compile, flash the device, and launch a simple log terminal.
![]() TX & GND PIN |
![]() RX PIN |
![]() RESET PIN |