你好,我有两个关于enc28j60以太网连接器的问题。我能使用没有变压器/隔离的连接器吗?还是必须的?我能使用千兆位连接器还是只有10/100?印刷电路板也不包含外部的扼流圈。关于,Sty。 以上
2019-07-05 08:14
); LCD_WR_DATA(0x3f);//LCD_WR_DATAX(stx); //LCD_WR_DATAX(endx);LCD_WR_REG(0x2B);//LCD_WR_DATA((sty
2016-03-11 20:48
#include#include#include#include#include#include#define MEAS 0x00 //测量模式#define RWTR 0x08 //读写温度数据寄存器#define STX0x0E //x通道自检#define STY0x0F //Y
2019-07-19 01:31
请问同一输入源下如何根据不同屏幕大小正确适配显示分辨率?
2022-03-04 07:03
proteus 8.4 中有 avr(andrino)驱动液晶屏ili9341例子我按照该例子连接51单片,使用瑞生网 3线spi的程序,无法点亮ili93411 连线是否有问题?特别是3.6接wd 和程序里说的不一致2 程序是否有问题?例程上是stc12c5a60s2附件内容: 3线spi例程;8.4 自带avr 9341仿真; 有问题的51 9341仿真
2016-03-27 10:43
大家好,当我尝试用UART接收字符串时,我正面临一个问题。我使用的是PIC18LF26K22和C183.47.Enter如果工作良好(单和字符串),并且当我只想接收单个字符时,它也能工作,但是我不能得到该字符串。 以上来自于百度翻译 以下为原文 Hello Everyone, I'm facing with a problem, when I try to receive string with UART. I'm using a PIC18LF26K22 and C18 3.47. Transmit if working fine(single and string), and also when i just want to receive a single char it's also working, but i cannot get that string back. Any help are welcomeThanks My routines are the follows: //Receive Textvoid UART_Read_Text(char *Output, unsigned int length){unsigned int i;for(i=0;i
2019-03-21 12:49
求大佬分享一种基于FPGA的OLED真彩色动态图像显示的实现方法
2021-06-01 06:38
CPP和C共存的诀窍是什么?我有一个使用数学函数的单独的CPP库。主C程序使用CPP LIB。对于主项目的标准编译失败了许多对CPP数学函数的未定义的引用,例如,如果我添加了LIXXCPP。CPP文库是否有一种方法既可以包含CPP LIB,也可以直接从CPP LIB中使用,并且只使用主LIB?使用XC32 V1.44 PIC32 MX2064 DAH176 以上来自于百度翻译 以下为原文 What is the trick to make CPP and C coexist? I have a separate CPP library that uses math functions.The main C program uses the cpp lib. A standard compile for the main project fails with many undefined references to cpp math functions, like `_Flog` If I add libxcpp.a to the main project, it compiles and runs until it tries to use fputc in the cpp library.Is there a way to include both, or direct the cpp lib to only use from the cpp lib, and the main to only use the main lib? Using XC32 V1.44 PIC32MX2064DAH176
2019-01-22 14:49
嗨,我正在使用微芯片DALI固件。它是为PIC16F1947构建的。我想把它移植到PIC18F450。这个任务有多重要?问候,Akshay 以上来自于百度翻译 以下为原文 Hii am using microchips DALI firmware.which is built for PIC16F1947.I want to port it for PIC18F4550.How critical this task will be?Regards,Akshay
2019-01-10 15:32
如何解决RK3288_LCDC0 5.1SDK无RGB问题?
2022-03-10 07:29