搜索社区

显示标签“ LCD”的结果。

  • 通过标签搜索

    逗号分隔的类型标签。
  • 作者搜索

内容类型


论坛

  • 消息
    • 新用户简介
    • 公告
  • Digilent技术论坛
    • FPGA
    • 测试和测量
    • 测量计算(MCC)
    • 附加板
    • Digilent微控制器板
    • 非数字微控制器
    • LabView
    • frc
    • 其他
  • 一般讨论;一般交流
    • 项目保险库
    • 建议和反馈
    • 购买,出售,交易
    • 销售问题
    • 无关
    • 教育工作者
    • 基于技术的非主题讨论
    • 存档

在...中找到结果

找到包含...的结果


创建日期

  • 开始

    结尾


最近更新时间

  • 开始

    结尾


按...过滤

加入

  • 开始

    结尾


团体


目标


MSN


网址


ICQ


雅虎


贾伯


Skype


地点


利益

找到了2个结果

  1. 嗨,我有一个带有PIC32MX370的BASYS MX3,我想知道如何在LCD上编写非ASCII搬运工。我想制作一个俄罗斯方块游戏,但是LCD屏幕只有2x16,因此如何在LCD上写很少的搬运工,就像当时的一个点一样。我想我需要在LCD上的准确地址写作,但是如何?我不介意可以在组装或C中完成。我想做类似图片的事情:谢谢。
  2. 我一直在尝试学习如何使用AD2逻辑分析仪。我把它与serial.println(“ H​​ello World!”)一起工作。我了解到基础:选择对于捕获数据至关重要。如果您弄错了,您会遇到框架错误和错误的字符。现在,我试图将逻辑分析仪与运行16x2 LCD显示的时钟/日期INO的Arduino Uno一起使用。我没有连接LCD,但是当我编写该程序时,它效果很好。我还尝试了一种在LCD顶线上显示Hello World的INO。我的连接如下所述。我在波形的逻辑部分中尝试了几个不同的设置,但无法捕获ASCII数据。我尝试过SPI,SPI MOSI/MISO,UART和其他一些。 I have also tried to just add Signal lines to the connections below. With that, I am able to see the waveforms, but not the data. Is it possible to read the data with the AD2 and Waveform? The ino notes say to connect the Arduino to the LCD as follows. The number after the dash is the AD2 logic connection wire. I.E. I have a jumper from Arduino Digital pin 12 to AD2 Logic wire 0 and so on. As the LCD is not physically connected. some of the connections in the ino were not used (as noted). * LCD RS pin to digital pin 12 - 0 * LCD Enable pin to digital pin 11 - 1 * LCD D4 pin to digital pin 5 - 2 * LCD D5 pin to digital pin 4 - 3 * LCD D6 pin to digital pin 3 - 4 * LCD D7 pin to digital pin 2 - 5 * LCD R/W pin to ground - (Not Used) * LCD VSS pin to ground - (Not Used) * LCD VCC pin to 5V - (Not Used) I have a jumper from the Android ground to the AD2 Ground. Thanks JohnnyG