Mercurial > public > hwos_code
comparison src/tft.asm @ 461:4927ba3bd3b5
repeated init (For screen 2 issues)
author | heinrichsweikamp |
---|---|
date | Mon, 10 Oct 2016 19:53:09 +0200 |
parents | 360acdcda0d7 |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
460:89b480ce4a26 | 461:4927ba3bd3b5 |
---|---|
312 RD_H ; Keep high | 312 RD_H ; Keep high |
313 WR_H ; | 313 WR_H ; |
314 NCS_L ; Not CS | 314 NCS_L ; Not CS |
315 | 315 |
316 WAITMS d'2' | 316 WAITMS d'2' |
317 bsf tft_nreset | |
318 WAITMS d'5' | |
319 bcf tft_nreset | |
320 WAITMS d'5' | |
317 bsf tft_nreset | 321 bsf tft_nreset |
318 WAITMS d'150' | 322 WAITMS d'150' |
319 bsf lightsen_power ; Supply power to light sensor | 323 bsf lightsen_power ; Supply power to light sensor |
320 | 324 |
321 ; Data Transfer Synchronization | 325 ; Data Transfer Synchronization |