代码搜索结果
找到约 10,000 项符合
Display 的代码
dyn display_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Option
lcd_display_rgb16.m
;############################################### LCD_Show_image
LCD_CPU_Show_image macro ImageDPR
Set_DPR 0,ImageDPR ;DPSR,DPR
LCD_CPU_Show_image_NoDPR
endm
;##################
lcd_display_rgb16.m
;############################################### LCD_Show_image
LCD_CPU_Show_image macro ImageDPR
Set_DPR 0,ImageDPR ;DPSR,DPR
LCD_CPU_Show_image_NoDPR
endm
;##################
72_tb_display_driver.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_display_driver is
end tb_display_driver;
architecture tb of tb_display_driver is
component display_driver
gmm_display_1d.m
function p = gmm_display_1D(g, NP)
if nargin==1, NP = 100; end
x = sort(g.x);
P = max(g.P);
xmin = x(1) - 4*sqrt(P);
xmax = x(end) + 4*sqrt(P);
x = xmin:(xmax-xmin)/NP:xmax;
y = gmm_e
speed up menu display.txt
Speed up menu display
When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing
lcd-display-driver-demo.asm
; LCD Display Driver Demo.
; Timing code assumes 1.2MHz Clock
;LCD Registers addresses
LCD_CMD_WR equ 0
LCD_DATA_WR equ 1
LCD_BUSY_RD equ 2
LCD_DATA_RD equ 3
;LCD Commands
LCD_CLS equ 1