Search Results
Search results 1-2 of 2.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
If I try to draw AA circle using following code, the result in circle image has one transparent line. Originally I was try to create a button with custom background drawing which has rotating round image depending on system condition. But soon after I complete my code I discovered that depending on drawing position of circle drown by "GUI_AA_FillCircle()" shows one transparent line in the middle of circle. Following are part of my code and it's result on simulation system also. --> Library I use…
-
I'm currently testing to make STM32F746IG working at best performance with emWin library. --> MT48LC4M16A2P SDRAM is used for framebuffer and LCD Connection is 16bpp But currently I losing somewhere in choosing color modes. I will only use 65k color(16bit) so possible color mode selection will be 1. GUICC_565 2. GUICC_565 with ARGB 3. GUICC_M565 4. GUICC_M565 with ARGB I tested with many samples but can not sure I'm in right way. For example, I tested attached image in both GUICC_M565 and GUICC_…