sunnyguhz

Results 6 issues of sunnyguhz

Hi I have an ST7567 LCD panel that has a 4-pin SPI connection, and I use U8g2 library. The panel works fine with Arduino(ESP8266 or STM32F103C8T6) under Hardware and Software...

I try use rx.seek(RDA_SEEK_WRAP, RDA_SEEK_UP) or rx.seek(RDA_SEEK_WRAP, RDA_SEEK_DOWN), but it was not work. But it works when I use rx.seek(RDA_SEEK_WRAP, RDA_SEEK_UP, showStatus) or rx.seek(RDA_SEEK_WRAP, RDA_SEEK_DOWN, showStatus)

Hi, I make a radio used your library with RDA5807 + STM32G030F6P6 + 128*64 LCD, it wroks. I'm very happy with it. But, I found the signal on the radio...

### 描述一下这个bug / Describe the bug 项目中需要用到PB6的上拉输入状态,但是程序一直无法正常运行。后来发现是PB6的上拉输入状态有问题。 单独新建一个Arduino项目,3.3V供电,设置PB6为上拉输入状态,PB6在没有任何外部下拉的情况下用万用表测电压只有1.6V,处于不上不下的状态。 试过其他引脚都能在上拉输入状态维持接近3.3V的状态,包括设置PF4也能正常接近3.3V。只有PB6有问题。 已使用多只万用表测量,结果一致,排除万用表的问题。确认就是PB6无法上拉输入。 已使用3颗Air001进行实验,结果一致,排除个别芯片损坏的可能性。 这是Air001的硬件设计有缺陷还是软件问题? ### 复现步骤 / To Reproduce 使用以下代码可复现PB6无法上拉输入的情况 ``` void setup() { pinMode(PB6, INPUT_PULLUP); } void loop() { // put...

### 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 希望增加对AIR32F103CCT6、AIR32F103RPT6的支持 ### 描述您想要的解决方案 / Describe the solution you'd like 希望增加对AIR32F103CCT6、AIR32F103RPT6的支持 ### 描述您想要的详细使用步骤描述 / Describe the solution you'd like...

- Arduino IDE version (found in Arduino -> About Arduino menu): 2.3.2 - List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch...