UGUI icon indicating copy to clipboard operation
UGUI copied to clipboard

µGUI - Open Source GUI module for embedded systems

Results 42 UGUI issues
Sort by recently updated
recently updated
newest added

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

In line `5650`: `msg.src = &obj;` Instance where a stack address is assigned to a non-local variable. Storing the address of a local variable in non-local memory can cause a...

good job, thanks for yours ugui!

Dear my friends: In the code , there are the define of DRIVER_FILL_AREA, but there are no samples , how to write the porting code . I tried some ,but...

Given this project seems no longer alive, I'm providing the fork for anyone who might be searching new enhancements... https://github.com/deividAlfa/UGUI

in my project, PRESS and RELEASE are working well, but CLICK is never normally working

ugui works well right now ,but i can not rotate display .sometimes i need this feature, is there any way to achieve that goal?

hi i am planning on using the uGUI for the ST7529 driver using MSP430. Can you please share the example for how to define the pset function ? I have...

Hi, Following is my code on Arduino IDE using ATMEGA2560 Board. `#include #include "ugui.h" #include "ugui_config.h" #define DISPLAY_WIDTH 160 #define DISPLAY_HEIGHT 128 #define MAX_OBJECTS 10 #define BuffOUT 40 char bufferOut[BuffOUT];...

Dear: The uGUi is really great project! it is powerful~! When I use this I can't find the place to set it into grayscale or mono mode? I think maybe...