云line
云line
大哥你这个星星是刷出来的吧? 300+星,150+分支,甚至有一大堆人watch,乍一看还是挺牛逼的项目。 然而贡献者只有一人,PR总共只有10个,而且全都是一个人发的,这对于一个300星的项目,显然是离谱的。    [](https://star-history.com/#hepingood/nrf24l01&hepingood/w25qxx&hepingood/ssd1306&Date) 我随便找了你的三个仓库,上图它们的star history。三个仓库的star数量几乎同时断崖式上升,你作何解释? 这么多仓库,花了不少钱吧? 我并不否定你在这些仓库上做出的付出和努力,但是刷星星的行为令人不齿,这些代码不配这些星星。 ## 请不要滥用github的star功能,星星的数量并不能掩盖你乏善可陈的代码质量。
**Version:** Current SDL2 branch **Compile command:** ``` [ 'cmake', '--no-warn-unused-cli', '-S./build\\SDL2_image', '-B./build\\SDL2_image\\build', '-GVisual Studio 17 2022', '-A x64', '-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE', '-DSDL2IMAGE_BACKEND_STB=OFF', '-DSDL2IMAGE_TIF=ON', '-DSDL2IMAGE_WEBP=ON', '-DSDL2IMAGE_JPG_SHARED=ON', '-DSDL2IMAGE_WEBP_SHARED=ON', '-DSDL2_DIR=./prebuilt-x64\\SDL2-2.26.4', '-DSDL2_INCLUDE_DIR=./prebuilt-x64\\SDL2-2.26.4\\include', '-DSDL2_LIBRARY=./prebuilt-x64\\SDL2-2.26.4\\lib/x64/SDL2.lib', '-DSDL2_MAIN_LIBRARY=./prebuilt-x64\\SDL2-2.26.4\\lib/x64/SDL2main.lib', '-DAWK=AWK-NOTFOUND' ]...
### Please ask your question 按照本仓库所给出的例程,在使用本库时需要`#include "driver_mpu6050_basic.h"`,这个头文件在example文件夹中。. 请问example文件夹里的文件是否是只是“样例”,还是库的一部分? 如果是库的一部分,我认为命名为example是一种很怪的行为,可以给出解释吗? ### Additional context _No response_
- Fixes #2616, now it supports frect. - Fixs #2622, now this function only accept Texture, Image, Surface and their subclasses. - The function will raise an error when `Texture`...
Implementd `image.load_animation()` and some basic functions of `pygame.AnimatedSurface` Issues: #1054 #2181 This PR requires a **SDL_image 2.6.0+** ~~You can build it by your self or use my pre-built version.~~ Pre-built...
- Deprecte `getResource()` Reasons: - `pkg_resources` lib is out dated. - Most of use cases in our c code only need the resource path. Why not return a path directly...
### Did you test the latest `bugfix-2.1.x` code? Yes, and the problem still exists. ### Bug Description I was setting up my tmc2209 with `sensorless_probing` and `hybrid_threshold` enabled, When I...
This PR adds `overvoltage_threshold` and `overtemperature_warning_threshold` to the config of tmc2240 driver. ## overvoltage_threshold Accroding to tmc2240 datasheet: > A stepper motor application can generate significant overvoltage, especially when the...
```py import pygame pygame.init() font = pygame.font.Font(None, 60) sf = pygame.display.set_mode((640,480)) sf.fill("black") COLOR_HEX = 0x00ff00ff COLOR_DEC = (0, 255, 0, 255) font_sf1 = font.render("test", True, COLOR_HEX) sf.blit(font_sf1, (10,10)) pygame.draw.rect(sf, COLOR_HEX...
### Is your feature request related to a problem? Please describe Currently, when the hotend is not heated, we can't move the extruder even in the FORCE_MOVE mode.  ###...