Subversion Repositories freemyipod

Rev

Rev 85 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 116
Line 27... Line 27...
27
.type lcd_init, %function
27
.type lcd_init, %function
28
lcd_init:
28
lcd_init:
29
	mov	pc, lr
29
	mov	pc, lr
30
.size lcd_init, .-lcd_init
30
.size lcd_init, .-lcd_init
31
 
31
 
-
 
32
.section .text.lcd_get_width, "ax", %progbits
-
 
33
.align 2
-
 
34
.global lcd_get_width
-
 
35
.type lcd_get_width, %function
-
 
36
lcd_get_width:
-
 
37
	mov	r0, #176
-
 
38
	mov	pc, lr
-
 
39
.size lcd_get_width, .-lcd_get_width
-
 
40
 
-
 
41
.section .text.lcd_get_height, "ax", %progbits
-
 
42
.align 2
-
 
43
.global lcd_get_height
-
 
44
.type lcd_get_height, %function
-
 
45
lcd_get_height:
-
 
46
	mov	r0, #132
-
 
47
	mov	pc, lr
-
 
48
.size lcd_get_hright, .-lcd_get_height
-
 
49
 
-
 
50
.section .text.lcd_get_bytes_per_pixel, "ax", %progbits
-
 
51
.align 2
-
 
52
.global lcd_get_bytes_per_pixel
-
 
53
.type lcd_get_heightbytes_per_pixel, %function
-
 
54
lcd_get_bytes_per_pixel:
-
 
55
	mov	r0, #2
-
 
56
	mov	pc, lr
-
 
57
.size lcd_get_bytes_per_pixel, .-lcd_get_bytes_per_pixel
-
 
58
 
32
.section .icode.displaylcd, "ax", %progbits
59
.section .icode.displaylcd, "ax", %progbits
33
.align 2
60
.align 2
34
.global displaylcd
61
.global displaylcd
35
.type displaylcd, %function
62
.type displaylcd, %function
36
displaylcd:
63
displaylcd: