Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, I have made an STemWin example with STM32F407 and ILI9341 with SPI interface. I think that there is an graphic driver problem. The graphics are not sharp. What Could be the correct driver settings ? My settings are; pDevice = GUI_DEVICE_CreateAndLink(GUIDRV_FLEXCOLOR, GUICC_565, 0, 0); GUIDRV_FlexColor_SetFunc(pDevice, &PortAPI, GUIDRV_FLEXCOLOR_F66709, GUIDRV_FLEXCOLOR_M16C0B8);

  • Bitmap file from SD card

    e135193 - - emWin related

    Post

    Hello Adrian First of all thank you for the information you provide. I am a little bit confused by the GUI user manuel by reading the related part which you pointed out. Will I pass just pass the file name with the function "GUI_BMP_DrawEx(...)" or is it required to read the file with "FS_FRead(...)" Could you be more spesific and tell me what steps I need to follow because there is no clear information on the user manuel. Since there is no clear information the user manuel, I can not proceed fo…

  • Bitmap file from SD card

    e135193 - - emWin related

    Post

    Hello As you know that it is possible to draw bitmap pictures to LDC via using BitmapConvertor which is a windows application. Is it possible to draw any bitmap file withing SD card to the LCD screen ? If it is possible, how ? Sincerely engin

  • Hello I want to use and LCD containing KS0108B controller. This controller has parallel intarface. I took a look at the demo examples and emWin userguide. However; there is some information which are not understandable. In the userguide, on page 818, a line refering to a file "LCD_X_6800.c".But I could not find such a file. There are functions for SPI or SSPI however there is no for parallel interfaced LCDs. I'm tryin to write the low-level hardware driver which is required for communicating wit…