Coder Social home page Coder Social logo

wizio-pico-examples's Introduction

wizio-pico-examples's People

Contributors

wiz-io avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wizio-pico-examples's Issues

Missing repository

Hi

This is not an issue with this repository, but I wanted to bring it your attention that the related repository previously available at https://github.com/Wiz-IO/wizio-pico seems to have disappeared/deleted.
I'm not the original poster of this message, but others too are appear seem have the same experience.
https://community.platformio.org/t/wiz-io-pico-library-gone/32821/2

Hopefully that repository is not gone for good and can be restored so that I can continue to use it with my projects.

Also, I'd like to thank you for all the effort you have put into getting this PlatformIO integration working.

Arduino ST7789 lib not working with 320x240 Display

The arduino pico-tft-dma-st7789 library is not working with displays with width of 320 pixels (like this one).
Reason is an overflow of uint8_t in:
uint8_t _colstart, _rowstart, _xstart, _ystart;
in ST7789.h
and an overflow in hal_tft where uint16_t is too small for size parameter:
void tft_spi_put_data(uint16_t data, uint16_t size, int bits);
void tft_spi_put_buffer(uint16_t *buffer, uint16_t size, int bits);
which should be uint instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.