Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


How to convert bmp to binary format

I would like to show a bmp image on the display of STM32F469I-Disco. Is there a software to convert bmp image to binary format as below???

Any suggestions would be appreciated. Thanks.

const uint32_t image_320x240_argb888876800 =
{
0xFF254888,
0xFF254888,
0xFF254888,
0xFF264989,
0xFF264989,
0xFF274A8A,
0xFF274A8A,
0xFF274A8A,
0xFF254B8A,
0xFF254B8A,
0xFF254B8C,
0xFF254B8C,
0xFF254B8C,
0xFF264C8D,
..
...