Search Results
Search results 1-11 of 11.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
[Solved] Possible to use ILI6122+ILI5960 or compatible driver with emWin?
MWet123 - - emWin related
PostHello everybody, is it possible to use emWin with the ILI6122/ILI5960 driver? The ILI6122 supports digital 24-bit parallel RGB input mode, so it won't cause any trouble am I right? Is the GUIDRV_Lin driver the right one for it? Thank you!
-
Hello everybody, I have a problem with drawing QR Codes. I orientated myself on your example "GUI_QRCode.c" but it does not draw anything. I tried to draw a rectangle/polygon instead but this also fails. What could it be? Graphs, tables and so on are working fine. Thank you very much C Source Code (60 lines)
-
Hello everybody, I have following problem: I want to visualize ADC-Values as a Graph. Every x ms a new value from the ADC is sampled and visualized. The shown data is correct ---> So everything works fine. But if I switch to another dialog and come back to the "graph screen" the values are gone. I think the whole dialog is newly created. But how can I manage that? Logging data in the background and draw graph if the screen is created? Is there any possibility not to kill that dialog while anothe…
-
Hello everyone, I need some subscripted (NO2) and superscripted (m3) characters as text. My idea was to create a .c file with the Font Converter (extended, Everson Mono, 20-50 pixels) and just use the generated characters. The subscript gamma (0x1D67) works but the subscript 2 or 3 not. But why? What is the best way to do it? Greetings
-
Hello everybody, I've got a problem with SES. I want to exclude some files and a folder from build. Sometimes I can exclude a folder and sometimes not. I think it's related to the dynamic and static folder structure? For example: Internal Files --> I can exclude hal or framework---> not But how can I exclude single files from building? How can I solve this problem? Greetings
-
Hello everybody, I want to import a STM32-Project into Embedded Studio because I want to get rid of the CubeIDE. I created it with CubeMX,... but if I want to import this project I get an error (see picture). I think CubeIDE is based on eclipse, so it should work or not? It would be nice if anyone has an idea why or how to solve it.