{"id":19962765,"url":"https://github.com/milanalexandre/waveshare-esp32-tool-box","last_synced_at":"2026-04-22T10:06:39.659Z","repository":{"id":172166972,"uuid":"576955308","full_name":"milanalexandre/waveshare-esp32-tool-box","owner":"milanalexandre","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-21T17:12:52.000Z","size":277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T16:48:13.130Z","etag":null,"topics":["esp32","waveshare"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milanalexandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-11T14:31:17.000Z","updated_at":"2024-07-30T10:18:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca593d74-369a-469e-abdb-3f952afbc9c6","html_url":"https://github.com/milanalexandre/waveshare-esp32-tool-box","commit_stats":null,"previous_names":["milanalexandre/waveshare-esp32-tool-box"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milanalexandre/waveshare-esp32-tool-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milanalexandre%2Fwaveshare-esp32-tool-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milanalexandre%2Fwaveshare-esp32-tool-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milanalexandre%2Fwaveshare-esp32-tool-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milanalexandre%2Fwaveshare-esp32-tool-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milanalexandre","download_url":"https://codeload.github.com/milanalexandre/waveshare-esp32-tool-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milanalexandre%2Fwaveshare-esp32-tool-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp32","waveshare"],"created_at":"2024-11-13T02:12:53.837Z","updated_at":"2026-04-22T10:06:39.641Z","avatar_url":"https://github.com/milanalexandre.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waveshare Screen Tools\n\n## Introduction\n\nThis project provides a collection of reusable objects for Waveshare screens and ESP32 cards. It is based on the code provided by [Waveshare](https://www.waveshare.com/wiki/E-Paper_ESP32_Driver_Board) and has been tested with the: \n - `2in9_V2`\n - `7in5b_HD`\n\n![Example Image](img/IMG.jpg)\n\n## Installation\n\nThis project uses [PlatformIO](https://platformio.org/). Pin definitions can be found in [DEV_Config.h](./src/DEV_Config.h).\n\n| Code | PIN | Shield  |\n| ---  | --- | ---     |\n| BUSY | 25  | BUSY    |\n| RST  | 26  | RST     |\n| DC   | 27  | DC      |\n| CS   | 15  | CS      |\n| SCK  | 13  | SCK     |\n| MOSI | 16  | DIN     |\n|      |     | VCC     |\n|      |     | GND     |\n\nTo disable debug mode, remove the \"-DUSE_DEBUG=1\" line from platformio.ini.\n\n## Functionality Added\n\n- Fixed an issue with displaying negative numbers and 0: `Paint_DrawNum(0, 0, -1, \u0026Font12, BLACK, WHITE)`.\n- Added a function to display the X and Y axes: `Paint_Drawx_y()`.\n- Added a function to draw a chart line: `Paint_DrawChartLine(20, 185, 49, 190, 200, BLACK, 2, DOT_PIXEL_1X1, LINE_STYLE_SOLID)`.\n- Added a parameter to specify the line style for rectangles: `Paint_DrawRectangle(10, 10, 50, 50, BLACK, DOT_PIXEL_1X1, DRAW_FILL_EMPTY, LINE_STYLE_DOTTED)`.\n- Added a function to draw rounded rectangles: `Paint_DrawRoundedRectangle(10, 10, 50, 50, 4, BLACK, DOT_PIXEL_1X1, LINE_STYLE_DOTTED)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilanalexandre%2Fwaveshare-esp32-tool-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilanalexandre%2Fwaveshare-esp32-tool-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilanalexandre%2Fwaveshare-esp32-tool-box/lists"}