• Arm: mcbstm32c kit convert bitmap to c header file
    Hi guys, İ have mcbstm32c kit, it has 320x240 lcd i am using keil sample projects. i need to convert bitmaps to c file.Which converter does keil use to create c header file.I found some converters...
  • Arm: mcbstm32c kit convert bitmap to c header file
    Hi guys, İ have mcbstm32c kit, it has 320x240 lcd i am using keil sample projects. i need to convert bitmaps to c file.Which converter does keil use to create c header file.I found some converters...
  • How to convert BMP pictures to C file for GLCD?
    Hi! In the demo LCD Blinky from my MCB1700 evalboard the pictures are stored in c files e.g. Bg_16bpp_t_fh_fv.c. Anybody knows how to create a c file from my picture? Best regards Damian
  • How to convert BMP pictures to C file for GLCD?
    Hi! In the demo LCD Blinky from my MCB1700 evalboard the pictures are stored in c files e.g. Bg_16bpp_t_fh_fv.c. Anybody knows how to create a c file from my picture? Best regards Damian
  • Storing large LCM bitmap data in ROM
    Hi, As we knowed, a classsical 8051 supports a maximum of 64K bytes of code space. When we have a large const data about screens( more than 64K bytes) and like to store them in ROM, which way of we...