Pico_code
Pico_code copied to clipboard
Waveshrae Pico-OLED/LCD driver code
With the current demo, the joystick/button inputs are floating and will result in unreliable "flickering" of the red squares. Pulling the GPIO pins up using `Pin.PULL_UP` will prevent this flickering....
Including the driver to be able to use GUI libraries with GC9A01 based 1.28 LCD. Initialization sequence based on Julianno's [GC9A01 overlay for Raspberry Pi](https://github.com/juliannojungle/gc9a01-overlay). Test file includes sample code...
Hi there, Recently bought one hat, though I am not able to run it on a rpi pico w, I get this error: https://github.com/waveshare/Pico_code/blob/main/Python/Pico-LCD-1.14/Pico-LCD-1.14.py  This last happens only when...
https://github.com/waveshare/Pico_code/blob/c50bc57040a33ee9540e993a2bbe99bf6e621fbd/c/lib/GUI/GUI_Paint.c#L198 With Paint_SetScale(65); you end up accessing a memory you did not allocate.
hello, can you make please for all Pi Pico HAT displays, example files and Library for Arduino, not just python?? tnx
fix typo mentioned in https://github.com/waveshare/Pico_code/issues/2#issue-898831576
Both LCD_2in.c and LCD_2in_test.c have `#include "LCD_2IN.h"` Which should be `#include "LCD_2in.h"`
The demo code doesn't handle 90 degree rotation. It's not trivial to rotate the display, but it's definitely possible. The display on the Pico OLED 1.3" is an SH1107. Perhaps...
Multiple files contain this simple spelling error.