• upload picture via HTTP
    How I can upload picture on my server via HTTP (RTL-TCP_NET)to use it them on web page?
  • Fast dark picture subtraction
    Hi, I'm searching for a fast way to substract a dark image from another image. If the dark image pixel value is greater than the corresponding image pixel, the resulting image pixel should be zero...
  • need help to convert picture to bitmap data array
    in LCD_Blinky example for ATSAM3U-EK board there are 5 pictures represent as a bitmap array in 5 files such as Bg_16bpp_t_fh_fv.c has const unsigned char Bg_16bpp_b_fh_fv[] = { 0x7d,0xef,0x7d,0xef,...
  • 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
  • Help With Creating LCD Display Menu
    Hello all. I m trying to write a program that will display a menu on the LCD where you can then choose an option by using the joystick to jump to the next or chosen menu. Im just having hard time figuring...