Advertisement
saper_2

RPi 3.5" TFT 480x320 KeiDei - fb info

Oct 29th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. pi@raspberrypi ~ $ uname -a
  2. Linux raspberrypi 3.18.9-v7 #7 SMP PREEMPT Sun Jun 28 09:33:18 CST 2015 armv7l GNU/Linux
  3. root@raspberrypi:/sys/bus/platform/devices# ls
  4. alarmtimer bcm2708_powerman.0 bcm2835_AUD3.3 ili9341.0 snd-hifiberry-dac.0
  5. bcm2708_dma.0 bcm2708_spi.0 bcm2835_AUD4.4 leds-gpio snd-hifiberry-digi.0
  6. bcm2708-dmaengine bcm2708_usb bcm2835_AUD5.5 mmc-bcm2835.0 snd-rpi-dac.0
  7. bcm2708_fb bcm2708_vcio bcm2835_AUD6.6 pcm1794a-codec snd-rpi-hifiberry-dacplus.0
  8. bcm2708_gpio bcm2835_AUD0.0 bcm2835_AUD7.7 pcm5102a-codec snd-rpi-iqaudio-dac.0
  9. bcm2708_i2c.1 bcm2835_AUD1.1 bcm2835_hwmon.0 serial8250.0 snd-soc-dummy
  10. bcm2708-i2s.0 bcm2835_AUD2.2 bcm2835_thermal.0 snd-hifiberry-amp.0 w1-gpio
  11. root@raspberrypi:/sys/bus/platform/devices# cd ili9341.0
  12. root@raspberrypi:/sys/bus/platform/devices/ili9341.0# ls
  13. driver driver_override graphics modalias power subsystem uevent
  14. root@raspberrypi:/sys/bus/platform/devices/ili9341.0# cd graphics
  15. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics# ls
  16. fb0
  17. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics# cd fb0
  18. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# ls -la
  19. total 0
  20. drwxr-xr-x 3 root root 0 Oct 29 17:49 .
  21. drwxr-xr-x 3 root root 0 Oct 29 17:49 ..
  22. -rw-r--r-- 1 root root 4096 Oct 29 17:49 bits_per_pixel
  23. -rw-r--r-- 1 root root 4096 Oct 29 17:49 blank
  24. -rw-r--r-- 1 root root 4096 Oct 29 17:49 console
  25. -rw-r--r-- 1 root root 4096 Oct 29 17:49 cursor
  26. -r--r--r-- 1 root root 4096 Oct 29 17:49 dev
  27. lrwxrwxrwx 1 root root 0 Oct 29 17:49 device -> ../../../ili9341.0
  28. -rw-r--r-- 1 root root 4096 Oct 29 17:49 mode
  29. -rw-r--r-- 1 root root 4096 Oct 29 17:49 modes
  30. -r--r--r-- 1 root root 4096 Oct 29 17:49 name
  31. -rw-r--r-- 1 root root 4096 Oct 29 17:49 pan
  32. drwxr-xr-x 2 root root 0 Oct 29 17:49 power
  33. -rw-r--r-- 1 root root 4096 Oct 29 17:49 rotate
  34. -rw-r--r-- 1 root root 4096 Oct 29 17:49 state
  35. -r--r--r-- 1 root root 4096 Oct 29 17:49 stride
  36. lrwxrwxrwx 1 root root 0 Oct 29 17:49 subsystem -> ../../../../../class/graphics
  37. -rw-r--r-- 1 root root 4096 Oct 29 17:49 uevent
  38. -rw-r--r-- 1 root root 4096 Oct 29 17:49 virtual_size
  39. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat name
  40. ILI9325
  41. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat bits_per_pixel
  42. 16
  43. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat modes
  44. U:480x320p-0
  45. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat virtual_size
  46. 480,320
  47. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat dev
  48. 29:0
  49. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat rotate
  50. 0
  51. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat state
  52. 0
  53. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# cat stride
  54. 960
  55. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0# fbset -i -fb /dev/fb0
  56.  
  57. mode "480x320"
  58. geometry 480 320 480 320 16
  59. timings 0 0 0 0 0 0 0
  60. rgba 5/11,6/5,5/0,0/0
  61. endmode
  62.  
  63. Frame buffer device information:
  64. Name : ILI9325
  65. Address : 0xbb80d000
  66. Size : 307200
  67. Type : PACKED PIXELS
  68. Visual : TRUECOLOR
  69. XPanStep : 0
  70. YPanStep : 0
  71. YWrapStep : 0
  72. LineLength : 960
  73. Accelerator : No
  74. root@raspberrypi:/sys/bus/platform/devices/ili9341.0/graphics/fb0#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement