Mouse drawing directly to fb0

2025-02-17 Thread Zinful
I'm working on a project currently for college making a shitty GUI. I'm having trouble getting the proper color values for around the mouse so it overwrites drawn pixels on the screen with black. I was wondering if anyone could peek at my code and point to where I'm going wrong

Re: Mouse drawing directly to fb0

2025-02-20 Thread Zinful
Thank you all for your help and suggestions I really I appreciate it. So the project is sorta weird cause the whole idea is to have a working, fast, and smooth GUI-like environment on a raspi-0. I wanted to do it that way to force myself to work low-level and manage resources carefully (like drawin

Re: Mouse drawing directly to fb0

2025-02-18 Thread Zinful
onna commit to it. Have a good rest of your week! On Mon, Feb 17, 2025, 4:49 AM Carsten Haitzler wrote: > On Sat, 15 Feb 2025 21:41:37 -0500 Zinful said: > > > I'm working on a project currently for college making a shitty GUI. I'm > > having trouble getting the proper c